-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Non-existent debugger configuration #134466
Comments
Most likely the "Run Script: dev" launch config is a dynamic launch config contributed by some extension. |
I tried testing it on my fastify instance with the assumption its trying to npm dev. I keep getting an error "Could not read source map for internal...." and then nodemon logs (clean exit - waiting for changes before restart). I already have a debug script that works but this option keeps popping up everywhere. |
Does this problem occur if you disable all extensions? |
Yes |
Check your user settings.json, do you have any launch configs under the |
@roblourens Neither user or workspace settings.json have any "launch" key. |
@connor4312 could this come from js-debug? Any other ideas? |
Yes, this is a dynamic launch config which js-debug contributes to debug an npm script. I'm not sure why it would appear on every project, from testing and a reading of the source it should only appear when it's been used in a workspace (everything debug stores is Maybe there should be a way to clear dynamic configs, however. Perhaps a 🗑️ icon in the debug quick access/quickpick? |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Yet my configuration only has
Every project has a mysterious "Run Script: dev"
It is very similar to issue #121148 .
I tried
The text was updated successfully, but these errors were encountered: