Publish Release / build (push) Failing after 3s
Reviewed-on: #49 Co-authored-by: dutchie031 <timrorije@gmail.com>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime": {
|
|
"version": "Lua 5.1"
|
|
},
|
|
"workspace": {
|
|
"checkThirdParty": false,
|
|
"maxPreload": 1600,
|
|
"preloadFileSize": 1000,
|
|
"ignoreDir": [ "config.lua" ]
|
|
},
|
|
"diagnostics": {
|
|
"enable": true,
|
|
"globals": [
|
|
"lfs"
|
|
],
|
|
"groupSeverity": {
|
|
"duplicate": "Warning",
|
|
"global":"Warning",
|
|
"luadoc": "Warning",
|
|
"redefined": "Warning",
|
|
"strong": "Warning",
|
|
"type-check": "Warning",
|
|
"unbalanced" : "Warning",
|
|
"ambiguity": "Warning",
|
|
"strict": "Warning",
|
|
"unused": "Warning"
|
|
},
|
|
"groupFileStatus": {
|
|
"ambiguity": "Any",
|
|
"await": "Any",
|
|
"duplicate": "Any",
|
|
"global": "Any",
|
|
"luadoc": "Any",
|
|
"redefined": "Any",
|
|
"strict": "Any",
|
|
"type-check": "Any",
|
|
"unbalanced": "Any",
|
|
"unused": "Any",
|
|
"strong": "Any"
|
|
},
|
|
"ignoredFiles": "Opened",
|
|
"libraryFiles": "Opened"
|
|
},
|
|
"hint": {
|
|
"enable": false
|
|
},
|
|
"completion": {
|
|
"enable": true
|
|
}
|
|
} |