Update annotations

This commit is contained in:
Insality
2024-08-27 17:45:09 +03:00
parent 5f2ae1eb0d
commit 11ae63a9f6
42 changed files with 275 additions and 356 deletions

17
.vscode/settings.json vendored Normal file
View File

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