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"
|
|
]
|
|
}
|
|
}
|