Skip to content

Commit dc3f62d

Browse files
committed
Fix LuaLS not seeing imports properly
1 parent ecb4cde commit dc3f62d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.luarc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"runtime.version": "LuaJIT"
2+
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
3+
"runtime": {
4+
"version": "LuaJIT",
5+
"path": ["src/?.lua"],
6+
"pathStrict": true
7+
}
38
}

0 commit comments

Comments
 (0)