We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fcf5d5 + a9c67d4 commit 3dc1143Copy full SHA for 3dc1143
1 file changed
.luarc.json
@@ -1,8 +1,13 @@
1
{
2
+ "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
3
"workspace.library": ["./lua/types"],
- "runtime.version": "Lua 5.1",
4
- "hint.enable": true,
5
- "completion.autoRequire": true,
6
- "completion.callSnippet": "Replace",
7
- "completion.displayContext": 8
+ "runtime.version": "Lua 5.4",
+ "hint": {
+ "enable": true,
+ "setType": true
8
+ },
9
+ "completion": {
10
+ "callSnippet": "Replace",
11
+ "displayContext": 8
12
+ }
13
}
0 commit comments