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 (#124)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/124
This commit is contained in:
parent
749e42918e
commit
37d5be2777
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",
|
"workbench.colorTheme": "Default Dark Modern",
|
||||||
"editor.bracketPairColorization.enabled": false,
|
"editor.bracketPairColorization.enabled": false,
|
||||||
"git.openRepositoryInParentFolders": "never",
|
"git.openRepositoryInParentFolders": "never",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue