generated from Oval-Tutu/bootstrap-love2d-project
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.luarc.json
More file actions
25 lines (23 loc) · 527 Bytes
/
.luarc.json
File metadata and controls
25 lines (23 loc) · 527 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"diagnostics.disable": [
// LuaCATS ---@module annotation conflicts with luadoc
"luadoc-miss-module-name"
],
"diagnostics.globals": [
"love",
"jit"
],
"workspace.checkThirdParty": false,
"workspace.ignoreDir": [
".vscode",
"builds",
"resources",
"tools"
],
"workspace.library": [
"${3rd}/love2d/library",
"game/lib"
]
}