提交 0f6a10b4 编写于 作者: M Martin Aeschlimann

Fixes #2856: [json] Warnings in status bar after updating to version 0.10.8

上级 b58ed36b
......@@ -27,7 +27,7 @@
"description": "Whether php validation is enabled or not."
},
"php.validate.executablePath": {
"type": "string",
"type": ["string", "null"],
"default": null,
"description": "Points to the php executable."
},
......
......@@ -64,7 +64,7 @@
"description": "Complete functions with their parameter signature."
},
"typescript.tsdk": {
"type": "string",
"type": ["string", "null"],
"default": null,
"description": "Specifies the folder path containing the tsserver and lib*.d.ts files to use."
}
......
......@@ -501,7 +501,7 @@ export function registerContributions(): void {
default: true
},
"git.path": {
type: 'string',
type: ['string', 'null'],
description: nls.localize('gitPath', "Path to the git executable"),
default: null
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册