diff options
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 897a3dd5..3a536ef0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,6 @@ "_G" ], "Lua.diagnostics.disable": [ - ] + ], + "Lua.runtime.version": "Lua 5.4" } |