You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes it could happen that the user did not have a launch.json or that via a bug debugging was not aware of configuration in the launch.json. And then pressing F5 we would try to debug the current file by asking the debug extension to generate a launch configuration dynamically. Here we tried to do that for the JSON with Comments file.
So I used
yo code
to generate a template for a Snippets Extension.Reading
vsc-extension-quickstart.md
I see that it mentionsPress `F5` to open a new window with your extension loaded.
However when I press F5 I get an error saying:
Which I assume is not what should happen and I guess it's because my F5 key is doing something different.
What would be the way to get this working in order to test my Extension not having to manually copy it into
.vscode/extensions
manually each time?The text was updated successfully, but these errors were encountered: