JuliaEditorSupport / JuliaEditorSupport/zed-julia
Project settings don't get applied
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 121
- Forks
- 19
- Avg merge
- 13h 44m
- Merged PRs (30d)
- 7
Description
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!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue using the PROJECT/.zed/settings.json example and compare its behavior with the global settings. Trace how project settings are loaded for the Julia language server; done means the project-level lint setting is applied without changing global settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100