20 lines
662 B
JSON
20 lines
662 B
JSON
{
|
|
"editor.guides.indentation": true,
|
|
"editor.wordWrapColumn": 120,
|
|
"editor.guides.highlightActiveIndentation": "always",
|
|
"editor.rulers": [80, 120],
|
|
"workbench.colorTheme": "Default Light Modern",
|
|
"workbench.iconTheme": "material-icon-theme",
|
|
"redhat.telemetry.enabled": false,
|
|
"debug.onTaskErrors": "showErrors",
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "Vue.volar"
|
|
},
|
|
"explorer.confirmDelete": false,
|
|
"git.blame.editorDecoration.enabled": true,
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"git.blame.statusBarItem.enabled": true,
|
|
"explorer.confirmDragAndDrop": false,
|
|
"javascript.updateImportsOnFileMove.enabled": "never"
|
|
}
|