mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-12 23:29:39 +02:00
fix(code-server): use built-in JSON document formatter
This commit is contained in:
parent
749e42918e
commit
39417a4394
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"workbench.colorTheme": "Default Dark Modern",
|
||||
"editor.bracketPairColorization.enabled": false,
|
||||
"git.openRepositoryInParentFolders": "never",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue