Skip to content

Comments

[Repo Assist] docs: remove deprecated --background-service-enabled from README settings#1451

Merged
Krzysztof-Cieslak merged 1 commit intomainfrom
repo-assist/fix-issue-1306-readme-remove-deprecated-option-2650e37a8e5e005f
Feb 22, 2026
Merged

[Repo Assist] docs: remove deprecated --background-service-enabled from README settings#1451
Krzysztof-Cieslak merged 1 commit intomainfrom
repo-assist/fix-issue-1306-readme-remove-deprecated-option-2650e37a8e5e005f

Conversation

@github-actions
Copy link
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

Closes #1306

Summary

The --background-service-enabled CLI flag was removed in #952 (replaced by the always-on adaptive LSP server). The FSharp.EnableReferenceCodeLens setting description in README still referenced this deleted flag, confusing users and editor plugin authors.

Change

One-line update to README.md line 216: remove the conditional wording that mentioned --background-service-enabled and simplify to recommended default value: true.

Before:

recommended default value: `true` if `--background-service-enabled` is used by default, `false` otherwise
```

After:
```
recommended default value: `true`

Rationale

Since the adaptive LSP server is now always active (it was the replacement for the background service), the recommendation is unconditionally true.

Test Status

Documentation-only change — no build or test run required.

Generated by Repo Assist

To install this workflow, run gh aw add githubnext/agentics/workflows/repo-assist.md@0d6e8cf9db90470cd5477c6a40b350fd9f9e1422. View source at https://github.com/githubnext/agentics/tree/0d6e8cf9db90470cd5477c6a40b350fd9f9e1422/workflows/repo-assist.md.

The --background-service-enabled flag was removed in #952. Update the
FSharp.EnableReferenceCodeLens setting description to remove the
now-invalid reference to that flag. Since the adaptive LSP server is
always active, the recommended default is simply `true`.

Closes #1306

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Contributor Author

✅ Pull request created: #1451

@Krzysztof-Cieslak Krzysztof-Cieslak marked this pull request as ready for review February 22, 2026 17:45
@Krzysztof-Cieslak Krzysztof-Cieslak merged commit 4cc5944 into main Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Settings section in the Readme still mentions option --background-service-enabled

1 participant