[tools]: add VS code and Lua Language Server config

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2024-01-22 14:32:39 +01:00
parent 3a85de5105
commit 760babcc8c
1 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,10 @@
{
"Lua.runtime.version": "Lua 5.3",
"Lua.diagnostics.globals": [
"ardour",
"factory",
"icon",
"sess_params",
"signals"
]
}