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

Test: debug with no launch.json #18397

Closed
3 tasks done
isidorn opened this issue Jan 11, 2017 · 0 comments
Closed
3 tasks done

Test: debug with no launch.json #18397

isidorn opened this issue Jan 11, 2017 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Jan 11, 2017

Refs: #285
Complexity: 3

We now support debugging with no "launch.json" file. Open VSCode in a no folder workspace and verify:

  • You can debug an opened .js file and everything works as expected
  • You can run an opened .js file (debug: start without debugging)
  • Once you want to generate the launch.json it will only ask to choose the environment if the currently open file type is not supported by any debugger. That is, if you have a .js file open the launch.json will just get created

Now open VSCode in a workspace that does not have a "launch.json" file and quickly verify the same as for the no folder workspace case.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

4 participants