17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"deno.enable": true,
|
|
"git.untrackedChanges": "hidden",
|
|
"Lua.diagnostics.disable": [
|
|
// The custom functions for Conky must be global and start with lowercase
|
|
// "conky", so this warning has to be disabled.
|
|
"lowercase-global"
|
|
],
|
|
"Lua.diagnostics.globals": [
|
|
"conky",
|
|
"conky_parse"
|
|
],
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
}
|
|
}
|