mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Mark user preferences as resource scope
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user