Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301

This commit is contained in:
Martin Aeschlimann
2017-02-23 23:18:09 +01:00
parent 95f8b3c880
commit c04ce75d90
3 changed files with 19 additions and 3 deletions

View File

@@ -18,6 +18,12 @@
"language": "yaml",
"scopeName": "source.yaml",
"path": "./syntaxes/yaml.json"
}]
}],
"configurationDefaults": {
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}
}
}