Skip to content

Commit 7a83fcc

Browse files
committed
Disable diagnostics on third-party async module
1 parent c15a0f9 commit 7a83fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.luarc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"jit",
88
"utf8"
99
],
10+
"diagnostics.disable": ["luadoc-miss-symbol", "missing-return"],
1011
"runtime.version": "LuaJIT",
1112
"workspace.checkThirdParty": "Disable"
1213
}

0 commit comments

Comments
 (0)