Update
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||||
"runtime": {
|
||||
"version": "Lua 5.4",
|
||||
"path": [
|
||||
"?.lua",
|
||||
"?/init.lua"
|
||||
]
|
||||
},
|
||||
"workspace": {
|
||||
"checkThirdParty": false,
|
||||
"library": []
|
||||
},
|
||||
"diagnostics": {
|
||||
"globals": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user