提交 8d138ff8 编写于 作者: M Matt Bierner

Mark user preferences as resource scope

上级 e628e8e7
......@@ -436,7 +436,7 @@
],
"default": "auto",
"description": "%typescript.preferences.quoteStyle%",
"scope": "window"
"scope": "resource"
},
"typescript.preferences.quoteStyle": {
"type": "string",
......@@ -447,7 +447,7 @@
],
"default": "auto",
"description": "%typescript.preferences.quoteStyle%",
"scope": "window"
"scope": "resource"
},
"javascript.preferences.importModuleSpecifier": {
"type": "string",
......@@ -458,7 +458,7 @@
],
"default": "auto",
"description": "%typescript.preferences.importModuleSpecifier%",
"scope": "window"
"scope": "resource"
},
"typescript.preferences.importModuleSpecifier": {
"type": "string",
......@@ -469,7 +469,7 @@
],
"default": "auto",
"description": "%typescript.preferences.importModuleSpecifier%",
"scope": "window"
"scope": "resource"
}
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册