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

"launch" tag not recognized in settings. #23881

Closed
matyasforian opened this issue Apr 4, 2017 · 1 comment
Closed

"launch" tag not recognized in settings. #23881

matyasforian opened this issue Apr 4, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@matyasforian
Copy link

matyasforian commented Apr 4, 2017

  • VSCode Version: 1.10.2
  • OS Version: Ubuntu 16.10

According to #18401 it should be possible to add a "launch" tag in the settings. I could not get this to work, also IntilliSense does not recognise this tag.
Also what is the precedence order of this? Is it "user settings > workspace settings > launch.json"?

Steps to Reproduce:

  1. Add the following code to your user settings (taken from Global launch.json option #18401 ):
    "launch": {
		"version": "0.2.0",
		"configurations": [
			{
			"type": "node",
			"request": "launch",
			"name": "Launch Program",
			"program": "${file}",
			"cwd": "${workspaceRoot}",
			"runtimeExecutable": "/usr/local/bin/node"
			}
		]
	}

It will be marked by IntelliSense as an error, the tooltip says "Unknown configuration setting"

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Apr 4, 2017
@isidorn isidorn closed this as completed in 3814078 Apr 5, 2017
@isidorn
Copy link
Contributor

isidorn commented Apr 5, 2017

screen shot 2017-04-05 at 11 11 04

@isidorn isidorn added this to the April 2017 milestone Apr 5, 2017
@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Apr 5, 2017
@weinand weinand added the verified Verification succeeded label Apr 26, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants