Skip to content

Commit bbe8ccb

Browse files
committed
Mark LOC as defined global in VSCode to avoid warnings.
1 parent 9315641 commit bbe8ccb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Lua.diagnostics.globals": [
3+
"LOC"
4+
]
5+
}

0 commit comments

Comments
 (0)