mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Remove resource scopes (#164158)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user