diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-03-08 14:01:27 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-03-08 14:01:27 +1100 |
| commit | 686ada3d4663d40f30d40368f0b9520e011ccd2d (patch) | |
| tree | e5ce99e6d76437b0fae61e4adb027d54ac4d3e47 /.luarc.json | |
| parent | 36a19182bec171d6376e51f5689aaf70b9d6fbad (diff) | |
| download | tangara-fw-686ada3d4663d40f30d40368f0b9520e011ccd2d.tar.gz | |
Bring a modified luavgl stub file into our stubs
Diffstat (limited to '.luarc.json')
| -rw-r--r-- | .luarc.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.luarc.json b/.luarc.json index a0e9e1b7..e16ba477 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,7 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", - "workspace.library": ["lib/luavgl/src", "luals-stubs"], - "workspace.ignoreDir": ["ldoc-stubs"], + "workspace.library": ["luals-stubs"], "runtime.version": "Lua 5.4", } |
