mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update annotations
This commit is contained in:
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"init",
|
||||
"final",
|
||||
"update",
|
||||
"on_message",
|
||||
"on_input",
|
||||
"describe",
|
||||
"before",
|
||||
"after",
|
||||
"it"
|
||||
],
|
||||
"Lua.workspace.ignoreDir": [
|
||||
".vscode",
|
||||
"test/*"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user