chore(lua_ls): now lua_ls knows about testing functions
This commit is contained in:
parent
b5327cd2eb
commit
9fc120edc5
1 changed files with 10 additions and 0 deletions
10
.luarc.json
Normal file
10
.luarc.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"diagnostics.globals": [
|
||||
"describe",
|
||||
"it",
|
||||
"before_each",
|
||||
"after_each",
|
||||
"before_all",
|
||||
"after_all"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue