1
Fork 0

Sort settings properly.

This commit is contained in:
Bauke 2023-04-29 12:00:11 +02:00
parent 0f49838919
commit df83facdc6
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,6 @@
{ {
"deno.enable": true, "deno.enable": true,
"git.untrackedChanges": "hidden", "git.untrackedChanges": "hidden",
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"Lua.diagnostics.disable": [ "Lua.diagnostics.disable": [
// The custom functions for Conky must be global and start with lowercase // The custom functions for Conky must be global and start with lowercase
// "conky", so this warning has to be disabled. // "conky", so this warning has to be disabled.
@ -12,5 +9,8 @@
"Lua.diagnostics.globals": [ "Lua.diagnostics.globals": [
"conky", "conky",
"conky_parse" "conky_parse"
] ],
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
} }