If I want to change the settings of the LS per project, I would add
{
"lsp": {
"julia": {
"settings": {
"julia.lint.missingrefs": "none",
},
},
},
}
to my PROJECT/.zed/settings.json file, but somehow only changes in the global settings are applied and not the ones in the project directory.
If you need more or give me a hint on how to resolve this I would be grateful!
If I want to change the settings of the LS per project, I would add
{ "lsp": { "julia": { "settings": { "julia.lint.missingrefs": "none", }, }, }, }to my
PROJECT/.zed/settings.jsonfile, but somehow only changes in the global settings are applied and not the ones in the project directory.If you need more or give me a hint on how to resolve this I would be grateful!