Skip to content

Commit 2e1fe37

Browse files
committed
fix(ci): Add corrected .luarc.json
1 parent 7534bd5 commit 2e1fe37

2 files changed

Lines changed: 23 additions & 28 deletions

File tree

.luarc.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
3+
"runtime.version": "LuaJIT",
4+
"runtime.path": [
5+
"?.lua",
6+
"lua/?.lua",
7+
"lua/?/init.lua",
8+
"lua/?/?.lua",
9+
"plugin/?.lua",
10+
"ftplugin/?.lua",
11+
"spec/?.lua"
12+
],
13+
"workspace.library": [
14+
"$VIMRUNTIME/lua",
15+
"${3rd}/luassert/library",
16+
"${3rd}/busted/library",
17+
"${3rd}/luv/library"
18+
],
19+
"workspace.checkThirdParty": false,
20+
"workspace.ignoreDir": [".direnv", ".jj", ".git"],
21+
"diagnostics.globals": ["vim"],
22+
"type.checkTableShape": true
23+
}

codesettings.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)