mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-12 19:16:14 +07:00
37 lines
935 B
JSON
37 lines
935 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"completion": {
|
|
"autoRequire": false
|
|
},
|
|
"diagnostics": {
|
|
"groupSeverity": {
|
|
"ambiguity": "Warning",
|
|
"await": "Warning",
|
|
"codestyle": "Warning",
|
|
"conventions": "Warning",
|
|
"duplicate": "Warning",
|
|
"global": "Warning",
|
|
"luadoc": "Warning",
|
|
"redefined": "Warning",
|
|
"strict": "Warning",
|
|
"strong": "Warning",
|
|
"type-check": "Warning",
|
|
"unbalanced": "Warning",
|
|
"unused": "Warning"
|
|
}
|
|
},
|
|
"runtime": {
|
|
"version": "LuaJIT",
|
|
"pathStrict": true
|
|
},
|
|
"workspace": {
|
|
"ignoreDir": [
|
|
".vscode",
|
|
"develop/3rdparty"
|
|
],
|
|
"library": [
|
|
"${3rd}/love2d/library"
|
|
]
|
|
}
|
|
}
|