mirror of
https://forgejo.merr.is/annika/KittenDismount.git
synced 2025-12-11 14:33:17 -05:00
Sync
This commit is contained in:
parent
0eb3836bd7
commit
3e9a793ef5
5 changed files with 205 additions and 4 deletions
19
.vscode/settings.json
vendored
19
.vscode/settings.json
vendored
|
|
@ -1,10 +1,21 @@
|
|||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"CreateFrame",
|
||||
"C_ChatInfo",
|
||||
"DEFAULT_CHAT_FRAME",
|
||||
"IsFlying",
|
||||
"Dismount",
|
||||
"Settings"
|
||||
],
|
||||
"Lua.runtime.version": "Lua 5.1",
|
||||
"Lua.runtime.builtin": {
|
||||
"basic": "disable",
|
||||
"debug": "disable",
|
||||
"io": "disable",
|
||||
"math": "disable",
|
||||
"os": "disable",
|
||||
"package": "disable",
|
||||
"string": "disable",
|
||||
"table": "disable",
|
||||
"utf8": "disable"
|
||||
},
|
||||
"Lua.workspace.library": [
|
||||
"~/.vscode/extensions/ketho.wow-api/Annotations"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue