2022-12-09 11:26:08 +00:00
|
|
|
{
|
|
|
|
"deno.enable": true,
|
2023-02-21 11:51:44 +00:00
|
|
|
"git.untrackedChanges": "hidden",
|
2023-04-28 11:24:45 +00:00
|
|
|
"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"
|
2023-04-29 10:00:11 +00:00
|
|
|
],
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
|
|
}
|
2022-12-09 11:26:08 +00:00
|
|
|
}
|