Skip to content

No: "This setting must be a user setting" errors shown for code-workspace settings #33439

Closed
@mjbvz

Description

@mjbvz

Testing #33278

For the code-workspace:

{
	"folders": [
		{
			"path": "folder2"
		}
	],
	"settings": {
		"git.path": "hello"		
	}
}

git.path should be marked as only being supported in the user settings, similar to what we show if you try to set in on a folder:

screen shot 2017-08-29 at 11 44 03 am

Currently no error is shown:

screen shot 2017-08-29 at 11 43 32 am

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugsettings-editorVS Code settings editor issuesverifiedVerification succeededworkbench-multirootMulti-root (multiple folders) issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions