docs: note rocky-lsp preference in ide-setup + changelog the installer fix#936
Merged
Conversation
- ide-setup.md: the VS Code extension prefers a standalone rocky-lsp binary (now installed next to rocky by the install scripts) and falls back to 'rocky lsp'. - engine CHANGELOG [Unreleased]: record the installer fix (#931) — rocky-lsp shipped alongside rocky + Windows rename-then-replace — so it rides the next engine release notes. The fix is already live (scripts served from main).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small follow-ups after #931 (installers now ship
rocky-lsp+ Windows rename-then-replace):guides/ide-setup.md— the "Configure the Rocky Binary Path" section said the extension runsrocky lspand looks forrockyon PATH. It now notes the extension prefers a standalonerocky-lsp(which the install scripts place next torocky) and falls back torocky lsp— matching the extension's actual resolution and the reasonrocky.exeno longer gets locked on Windows updates.engine/CHANGELOG.md[Unreleased]— records the fix(engine): robust Windows install + ship rocky-lsp alongside rocky #931 installer fix so the next engine release notes mention it. The fix itself is already live (the install one-liners fetch frommain); this is release-notes hygiene, not a code change.No binary/wheel/extension source changed.
🤖 Generated with Claude Code