Disable undefined globals and add config from SabineWren/wow-api-type-definitions

This commit is contained in:
Imbus 2024-08-16 14:53:36 +02:00
parent a3ed13202e
commit 8a89bf0d4b
3 changed files with 20 additions and 3 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wow-api-type-definitions

View file

@ -1,5 +1,18 @@
{
"diagnostics.disable": [
"undefined-global"
]
"diagnostics.globals": [
"arg",
"arg1",
"arg2",
"arg3",
"arg4",
"arg5",
"arg6",
"arg7",
"arg8",
"arg9",
"event"
],
"runtime.version": "Lua 5.1",
"type.inferParamType": true,
"workspace.library": ["wow-api-type-definitions"]
}

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Default keybinds
See [wow-api-type-definitions](https://github.com/SabineWren/wow-api-type-definitions)