diff options
Diffstat (limited to '.luarc.json')
| -rw-r--r-- | .luarc.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 00000000..eae0da56 --- /dev/null +++ b/.luarc.json @@ -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", +} + |
