Basic start
This commit is contained in:
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Lua.workspace.library": [
|
||||
"${addons}/love2d/module/library"
|
||||
],
|
||||
"Lua.runtime.version": "LuaJIT",
|
||||
"Lua.runtime.special": {
|
||||
"love.filesystem.load": "loadfile"
|
||||
},
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
Reference in New Issue
Block a user