Some checks failed
ci / ci (push) Has been cancelled
- range: extmarks/tsquery - mise for dev env - get rid of obsolete modules - implement as single file module
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/refs/heads/master/setting/schema.json",
|
|
"runtime": {
|
|
"version": "LuaJIT"
|
|
},
|
|
"workspace": {
|
|
"ignoreDir": [
|
|
".prefix"
|
|
],
|
|
"library": [
|
|
"$VIMRUNTIME",
|
|
"library/busted",
|
|
"library/luv"
|
|
]
|
|
}
|
|
}
|