Druid-Extension/.vscode/settings.json
2024-08-27 17:45:09 +03:00

17 lines
201 B
JSON

{
"Lua.diagnostics.globals": [
"init",
"final",
"update",
"on_message",
"on_input",
"describe",
"before",
"after",
"it"
],
"Lua.workspace.ignoreDir": [
".vscode",
"test/*"
]
}