mirror of
https://github.com/usysrc/LICK.git
synced 2025-01-21 18:24:23 +00:00
feat: ✨ add VSCode settings for Lua diagnostics configuration
This commit is contained in:
parent
0e7c0d615e
commit
d78cd995f4
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Lua.diagnostics.globals": [
|
||||||
|
"love",
|
||||||
|
"jit"
|
||||||
|
],
|
||||||
|
"Lua.diagnostics.disable": [
|
||||||
|
"redundant-parameter"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user