30 lines
507 B
JSON
30 lines
507 B
JSON
{
|
|
"Lua": {
|
|
"runtime": {
|
|
"version": "Lua 5.1"
|
|
},
|
|
"workspace": {
|
|
"library": [
|
|
"./src",
|
|
"./DcsTypes.lua"
|
|
],
|
|
"checkThirdParty": false
|
|
},
|
|
"diagnostics": {
|
|
"enable": true,
|
|
"globals": [
|
|
"lfs"
|
|
],
|
|
"severity": {
|
|
"undefined-field": "Warning",
|
|
"unused-local": "Warning"
|
|
}
|
|
},
|
|
"hint": {
|
|
"enable": false
|
|
},
|
|
"completion": {
|
|
"enable": true
|
|
}
|
|
}
|
|
} |