Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using enableBreakpointsFor in package.json under debuggers contribution #1450

Closed
isidorn opened this issue Nov 6, 2020 · 2 comments · Fixed by #1451
Closed

Stop using enableBreakpointsFor in package.json under debuggers contribution #1450

isidorn opened this issue Nov 6, 2020 · 2 comments · Fixed by #1451
Labels

Comments

@isidorn
Copy link

isidorn commented Nov 6, 2020

Hi VS Code dev here 👋

Please stop using the enableBreakpointsFor field in your package.json.
It is deprecated and we will stop supporting it in our next stable release (in a month).
Here's where you use it https://github.com/microsoft/vscode-react-native/blob/master/package.json#L122

Here's an alternative how you should use it
https://github.com/microsoft/vscode-mock-debug/blob/master/package.json#L112

So the breakpoints attribute is no longer under debuggers that is the difference.

All the best
isidor

@SounD120
Copy link
Contributor

SounD120 commented Nov 6, 2020

Hi @isidorn , added a fix. Thanks for pointing on this!

@isidorn
Copy link
Author

isidorn commented Nov 6, 2020

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants