mirror of
https://github.com/Insality/druid
synced 2025-06-30 11:57:44 +02:00
17 lines
201 B
JSON
17 lines
201 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"init",
|
|
"final",
|
|
"update",
|
|
"on_message",
|
|
"on_input",
|
|
"describe",
|
|
"before",
|
|
"after",
|
|
"it"
|
|
],
|
|
"Lua.workspace.ignoreDir": [
|
|
".vscode",
|
|
"test/*"
|
|
]
|
|
} |