Open
Description
#2288 was rejected because eg this .zed/settings.json
file should be supported:
{
"lsp": {
"zls": {
"settings": {
"zig_lib_path": "./zig/lib"
}
}
}
}
however, the above configuration causes zls to fallback to the default zig lib path from zig env
since ./zig/lib
is relative. as a result, zls logs the following:
config option 'zig_lib_path': expected absolute path but got './zig/lib'