Skip to content

Commit

Permalink
update workspace LuaLS config
Browse files Browse the repository at this point in the history
  • Loading branch information
emuell committed Jun 29, 2024
1 parent 49ea60c commit 326205d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"rust-analyzer.cargo.features": "all",
"Lua.runtime.version": "Lua 5.1",
"rust-analyzer.cargo.features": [
"player",
"scripting",
"lua-jit"
],
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.builtin": {
"os": "disable",
"io": "disable",
"package": "disable",
"debug": "disable",
"bit": "disable",
"jit": "disable",
"ffi": "disable",
"os": "disable",
"io": "disable"
},
"Lua.workspace.library": [
"types/nerdo"
Expand Down

0 comments on commit 326205d

Please sign in to comment.