mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Disable type mismatch unless opened
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
"inferParamType": true
|
"inferParamType": true
|
||||||
},
|
},
|
||||||
"$comment-name-style-check": "Disabled below until config issue fixed: https://github.com/LuaLS/lua-language-server/issues/2643",
|
"$comment-name-style-check": "Disabled below until config issue fixed: https://github.com/LuaLS/lua-language-server/issues/2643",
|
||||||
|
"$comment-type-mismatch": "Disabled unless opened due to performance concerns, time reduced to 10s from 400s",
|
||||||
"diagnostics": {
|
"diagnostics": {
|
||||||
"unusedLocalExclude": [ "_*", "i", "j", "k", "v" ],
|
"unusedLocalExclude": [ "_*", "i", "j", "k", "v" ],
|
||||||
"groupFileStatus": {
|
"groupFileStatus": {
|
||||||
@@ -37,7 +38,10 @@
|
|||||||
"neededFileStatus": {
|
"neededFileStatus": {
|
||||||
"no-unknown": "None!",
|
"no-unknown": "None!",
|
||||||
"spell-check": "None!",
|
"spell-check": "None!",
|
||||||
"name-style-check": "None!"
|
"name-style-check": "None!",
|
||||||
|
"assign-type-mismatch": "Opened!",
|
||||||
|
"return-type-mismatch": "Opened!",
|
||||||
|
"param-type-mismatch": "Opened!"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nameStyle.config": {
|
"nameStyle.config": {
|
||||||
|
|||||||
Reference in New Issue
Block a user