Skip to content

Commit 224d214

Browse files
committed
disable duplicate field diagnostics
1 parent f16785f commit 224d214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cli-library-publisher.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ async function main() {
7474
"/**/",
7575
"continue",
7676
],
77+
"Lua.diagnostics.disable": [
78+
"duplicate-set-field", // Prevents complaining when a function exists twice in both the CLIENT and SERVER realm
79+
],
7780
// TODO: runtime.path
7881
});
7982

0 commit comments

Comments
 (0)