wip
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user