Remove resource scopes (#164158)

This commit is contained in:
Raymond Zhao
2022-10-20 13:51:17 -07:00
committed by GitHub
parent dd29b53102
commit d9846c8e43
2 changed files with 1 additions and 6 deletions

View File

@@ -74,7 +74,6 @@
"type": "string"
},
"default": {},
"scope": "resource",
"markdownDescription": "%emmetIncludeLanguages%"
},
"emmet.variables": {
@@ -93,13 +92,11 @@
"type": "string"
},
"default": {},
"scope": "resource",
"markdownDescription": "%emmetVariables%"
},
"emmet.syntaxProfiles": {
"type": "object",
"default": {},
"scope": "resource",
"markdownDescription": "%emmetSyntaxProfiles%"
},
"emmet.excludeLanguages": {
@@ -110,7 +107,6 @@
"default": [
"markdown"
],
"scope": "resource",
"markdownDescription": "%emmetExclude%"
},
"emmet.extensionsPath": {
@@ -137,7 +133,6 @@
"emmet.preferences": {
"type": "object",
"default": {},
"scope": "resource",
"markdownDescription": "%emmetPreferences%",
"properties": {
"css.intUnit": {