mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
"language": "yaml",
|
||||
"scopeName": "source.yaml",
|
||||
"path": "./syntaxes/yaml.json"
|
||||
}]
|
||||
}],
|
||||
"configurationDefaults": {
|
||||
"[yaml]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user