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

Regression in bypassing the launch.json in debug mode #105179

Closed
elahehrashedi opened this issue Aug 21, 2020 · 2 comments
Closed

Regression in bypassing the launch.json in debug mode #105179

elahehrashedi opened this issue Aug 21, 2020 · 2 comments
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@elahehrashedi
Copy link

  • VSCode Version: 1.49.0-insiders
  • OS Version: Windows

Steps to Reproduce:

  1. Open a ".cpp" file in your project folder
  2. Run the command "C/C++: build and debug active file"

Vs Code will throw this error: Configuration 'cl.exe - Build and debug active file' is missing in 'launch.json'.

in Vs Code Version 1.48.0, the extension can bypass creating the launch.json file and go directly to the debug mode.

@weinand
Copy link
Contributor

weinand commented Aug 23, 2020

/extCpp

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

3 participants
@weinand @elahehrashedi and others