Change various Emmet settings to be resource scope

Affects #117519
This commit is contained in:
Raymond Zhao
2021-10-06 14:38:05 -07:00
parent 8a600adb5c
commit 982e1af4ac

View File

@@ -67,6 +67,7 @@
"type": "string"
},
"default": {},
"scope": "resource",
"markdownDescription": "%emmetIncludeLanguages%"
},
"emmet.variables": {
@@ -85,11 +86,13 @@
"type": "string"
},
"default": {},
"scope": "resource",
"markdownDescription": "%emmetVariables%"
},
"emmet.syntaxProfiles": {
"type": "object",
"default": {},
"scope": "resource",
"markdownDescription": "%emmetSyntaxProfiles%"
},
"emmet.excludeLanguages": {
@@ -100,6 +103,7 @@
"default": [
"markdown"
],
"scope": "resource",
"markdownDescription": "%emmetExclude%"
},
"emmet.extensionsPath": {
@@ -109,6 +113,7 @@
"markdownDescription": "%emmetExtensionsPathItem%"
},
"default": [],
"scope": "resource",
"markdownDescription": "%emmetExtensionsPath%"
},
"emmet.triggerExpansionOnTab": {
@@ -119,6 +124,7 @@
"emmet.preferences": {
"type": "object",
"default": {},
"scope": "resource",
"markdownDescription": "%emmetPreferences%",
"properties": {
"css.intUnit": {