diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-01-05 17:15:47 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-01-05 17:15:47 +1100 |
| commit | e12a68a74d9527d4becde122da4ff1ad6550564e (patch) | |
| tree | 1d987e513efe693bc48817acbc0e89d7db044828 /.luarc.json | |
| parent | aa1dd3d522aa60c2e8ec31ccc49b3459b4f0f8e2 (diff) | |
| download | tangara-fw-e12a68a74d9527d4becde122da4ff1ad6550564e.tar.gz | |
split lua stubs into one set for ldoc, and one set for lua-ls
Diffstat (limited to '.luarc.json')
| -rw-r--r-- | .luarc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index eae0da56..a0e9e1b7 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", - "workspace.library": ["lib/luavgl/src", "src/lua/stubs"], + "workspace.library": ["lib/luavgl/src", "luals-stubs"], + "workspace.ignoreDir": ["ldoc-stubs"], "runtime.version": "Lua 5.4", } |
