updated workspace
This commit is contained in:
+33
-34
@@ -1,39 +1,38 @@
|
|||||||
{
|
{
|
||||||
"Lua": {
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"version": "Lua 5.1"
|
"version": "Lua 5.1"
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"checkThirdParty": false
|
||||||
|
},
|
||||||
|
"diagnostics": {
|
||||||
|
"enable": true,
|
||||||
|
"globals": [
|
||||||
|
"lfs"
|
||||||
|
],
|
||||||
|
"severity": {
|
||||||
|
"undefined-field": "Warning",
|
||||||
|
"unused-local": "Warning",
|
||||||
|
"unused-function": "Warning"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"groupFileStatus": {
|
||||||
"checkThirdParty": false
|
"ambiguity": "Any",
|
||||||
},
|
"await": "Any",
|
||||||
"diagnostics": {
|
"duplicate": "Any",
|
||||||
"enable": true,
|
"global": "Any",
|
||||||
"globals": [
|
"luadoc": "Any",
|
||||||
"lfs"
|
"redefined": "Any",
|
||||||
],
|
"strict": "Any",
|
||||||
"severity": {
|
"type-check": "Any",
|
||||||
"undefined-field": "Warning",
|
"unbalanced": "Any",
|
||||||
"unused-local": "Warning",
|
"unused": "Any"
|
||||||
"unused-function": "Warning"
|
|
||||||
},
|
|
||||||
"groupFileStatus": {
|
|
||||||
"ambiguity": "Any",
|
|
||||||
"await": "Any",
|
|
||||||
"duplicate": "Any",
|
|
||||||
"global": "Any",
|
|
||||||
"luadoc": "Any",
|
|
||||||
"redefined": "Any",
|
|
||||||
"strict": "Any",
|
|
||||||
"type-check": "Any",
|
|
||||||
"unbalanced": "Any",
|
|
||||||
"unused": "Any"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hint": {
|
|
||||||
"enable": false
|
|
||||||
},
|
|
||||||
"completion": {
|
|
||||||
"enable": true
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"hint": {
|
||||||
|
"enable": false
|
||||||
|
},
|
||||||
|
"completion": {
|
||||||
|
"enable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user