vscode stuff

This commit is contained in:
jill 2021-09-18 00:57:41 +03:00
parent 1894988ac3
commit 110c0bf19d
1 changed files with 7 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"Lua.runtime.version": "LuaJIT",
"Lua.workspace.library": [
"${3rd}/love2d/library"
],
"Lua.workspace.checkThirdParty": false
}