Skip to content

Commit

Permalink
Merge pull request #318 from decibelcooper/main
Browse files Browse the repository at this point in the history
define redis globals for vscode lua language server diagnostics
  • Loading branch information
cschleiden committed Feb 19, 2024
2 parents 2ca3576 + 3c8260b commit badb1bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@
],
"go.testExplorer.showDynamicSubtestsInEditor": true,
"go.lintTool": "golangci-lint",
}
"Lua.diagnostics.globals": [
"KEYS",
"ARGV",
"redis",
"cjson"
]
}

0 comments on commit badb1bf

Please sign in to comment.