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

Incorrect launch.json generated when using Insiders #1191

Closed
CoenraadS opened this issue Oct 31, 2017 · 1 comment
Closed

Incorrect launch.json generated when using Insiders #1191

CoenraadS opened this issue Oct 31, 2017 · 1 comment
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service

Comments

@CoenraadS
Copy link

CoenraadS commented Oct 31, 2017

Version 1.18.0-insider
Commit 81cca6cc606eeca3443998025bff3893fcfe3ad5
Date 2017-10-31T06:24:27.011Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

C/C++ extension version: 0.14.0

  1. Debug -> Add configuration
  2. C++(GDB/LLDB)
  3. Launch.json is created with following contents:
{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": "extension.provideInitialConfigurations_cppdbg"
}

Note: The correct .json file is generated with using code 1.17.2

@CoenraadS CoenraadS changed the title Incorrect launch.json generated Incorrect launch.json generated when using Insiders Oct 31, 2017
@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Oct 31, 2017
@sean-mcmanus
Copy link
Contributor

I can repro this on Insiders (not the non-Insiders). This appears to be fixed with our pending update.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed Check the Milestone for the release in which the fix is or will be available. Language Service
Projects
None yet
Development

No branches or pull requests

4 participants