mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
updated lua diagnostics config
This commit is contained in:
parent
33c570075c
commit
438ab55f4f
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -22,5 +22,8 @@
|
|||||||
"unused-function": "Information",
|
"unused-function": "Information",
|
||||||
"unused-label": "Information"
|
"unused-label": "Information"
|
||||||
},
|
},
|
||||||
"Lua.hint.setType": true
|
"Lua.hint.setType": true,
|
||||||
|
"Lua.diagnostics.disable": [
|
||||||
|
"duplicate-set-field"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user