Set up ldoc and lua-language-server, write some module stubs

This commit is contained in:
jacqueline
2023-11-15 10:22:01 +11:00
parent 0cae95a71e
commit 51d1cee3d7
6 changed files with 79 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"workspace.library": ["lib/luavgl/src", "src/lua/stubs"],
"runtime.version": "Lua 5.4",
}