Add a vscode setting for "disable autorebuild"
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- ocaml, vscode
- Domain
- devtools
Research direction
Start in src/lsp/NotificationHandlers.re at the workspace/didChangeConfiguration handler and inspect the settings record, then update editor-extensions/vscode/package.json. The change is done when autoRebuild can be configured through the VS Code setting and defaults to true.
Written by the indexing model from the issue text.
Description
For people that like to run bsb outside of rls.
There's already a setting in rls autoRebuild, but there's no way to set it through vscode at the moment.
- in
NotificationHandlers.re,"workspace/didChangeConfiguration", parse out anautoRebuildparameter and add it to the settings record. - in the vscode plugin's package.json add a
reason_language_server.autoRebuildsetting, defaulted totrue.
cc @rusty-key
- Dominant language
- OCaml
- Stars
- 649
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from jaredly/reason-language-server
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 15/100
jaredly/reason-language-server#474 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
All issues in jaredly/reason-language-server
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
hemilabs/ui-monorepo#2332 ·
-
Help-Wanted Needs-Triage Package-Update
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
microsoft/winget-pkgs#438662 ·
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
bug good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
olcf/olcf-test-harness#278 · 1 comment ·