Skip to content

Commit badb1bf

Browse files
authored
Merge pull request #318 from decibelcooper/main
define redis globals for vscode lua language server diagnostics
2 parents 2ca3576 + 3c8260b commit badb1bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@
1515
],
1616
"go.testExplorer.showDynamicSubtestsInEditor": true,
1717
"go.lintTool": "golangci-lint",
18-
}
18+
"Lua.diagnostics.globals": [
19+
"KEYS",
20+
"ARGV",
21+
"redis",
22+
"cjson"
23+
]
24+
}

0 commit comments

Comments
 (0)