add lua extension and linting
This commit is contained in:
parent
0dbf49cd8d
commit
703d0f21ab
1 changed files with 9 additions and 1 deletions
|
|
@ -4,7 +4,15 @@
|
|||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {},
|
||||
"settings": {
|
||||
"Lua.runtime.version": "LuaJIT",
|
||||
"Lua.runtime.special": {
|
||||
"love.filesystem.load": "loadfile"
|
||||
},
|
||||
"Lua.diagnostics.globals": ["love"],
|
||||
"Lua.workspace.library": ["${3rd}/love2d/library"],
|
||||
"Lua.workspace.checkThirdParty": true
|
||||
},
|
||||
"launch": {
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue