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

VS Code built-in extension breakpoints could not be set. #1980

Closed
BABA983 opened this issue Mar 27, 2024 · 3 comments
Closed

VS Code built-in extension breakpoints could not be set. #1980

BABA983 opened this issue Mar 27, 2024 · 3 comments
Labels
info-needed Issue requires more information from poster

Comments

@BABA983
Copy link

BABA983 commented Mar 27, 2024

Tried to debug a built-in extension named configuration-editing in vscode.
I tried the following step from the wiki. Just don't work on extension debugging. How can I debug the built-in extension?
image
image

@connor4312
Copy link
Member

Breakpoints are only bound once an extension activates. Based on the troubleshooter, it does not appear that the configuration editing extension was activated.

@connor4312 connor4312 added the info-needed Issue requires more information from poster label Apr 1, 2024
@BABA983
Copy link
Author

BABA983 commented Apr 7, 2024

Breakpoints are only bound once an extension activates. Based on the troubleshooter, it does not appear that the configuration editing extension was activated.

It seems the configuration editing extension works when I type some keywords and I get the source map. Not sure which step I got wrong.
image
image

@connor4312
Copy link
Member

connor4312 commented Apr 8, 2024

The configuration editing extension doesn't activate on editing of settings.json.

This seems to be working as-designed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants