提交 611e6984 编写于 作者: M Matt Bierner

Mark some ts extension settings as window

Fixes #33048
上级 96de72d9
......@@ -92,12 +92,14 @@
"null"
],
"default": null,
"description": "%typescript.tsdk.desc%"
"description": "%typescript.tsdk.desc%",
"scope": "window"
},
"typescript.disableAutomaticTypeAcquisition": {
"type": "boolean",
"default": false,
"description": "%typescript.disableAutomaticTypeAcquisition%"
"description": "%typescript.disableAutomaticTypeAcquisition%",
"scope": "window"
},
"typescript.npm": {
"type": [
......@@ -106,12 +108,14 @@
],
"default": null,
"description": "%typescript.npm%",
"isExecutable": true
"isExecutable": true,
"scope": "window"
},
"typescript.check.npmIsInstalled": {
"type": "boolean",
"default": true,
"description": "%typescript.check.npmIsInstalled%"
"description": "%typescript.check.npmIsInstalled%",
"scope": "window"
},
"javascript.referencesCodeLens.enabled": {
"type": "boolean",
......@@ -327,7 +331,8 @@
"javascript.implicitProjectConfig.checkJs": {
"type": "boolean",
"default": false,
"description": "%javascript.implicitProjectConfig.checkJs%"
"description": "%javascript.implicitProjectConfig.checkJs%",
"scope": "window"
},
"javascript.nameSuggestions": {
"type": "boolean",
......@@ -461,7 +466,9 @@
"taskDefinitions": [
{
"type": "typescript",
"required": ["tsconfig"],
"required": [
"tsconfig"
],
"properties": {
"tsconfig": {
"type": "string",
......@@ -515,4 +522,4 @@
}
]
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册