Initial commit
This commit is contained in:
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Lua.workspace.library": [
|
||||
"${workspaceFolder}/.luadefs"
|
||||
],
|
||||
"Lua.workspace.checkThirdParty": false,
|
||||
"Lua.runtime.version": "Lua 5.1",
|
||||
"Lua.diagnostics.globals": [
|
||||
"Script",
|
||||
"GlobalValue",
|
||||
"ThreadValue"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user