feat(settings): accept VSCode remote prefix for SSH-tunneled hosts - #315
Open
DavidBabel wants to merge 1 commit into
Open
feat(settings): accept VSCode remote prefix for SSH-tunneled hosts#315DavidBabel wants to merge 1 commit into
DavidBabel wants to merge 1 commit into
Conversation
DavidBabel
marked this pull request as ready for review
September 3, 2026 23:49
DavidBabel
force-pushed
the
feat/vscode-remote-prefix
branch
from
September 3, 2026 23:55
7f0b7c9 to
90c2260
Compare
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.
Summary
Every 'Open in VSCode' file link now uses the official VSCode URL format and honors a new customizable remote prefix:
Prevent fails on openning files on SSH connection, and recommended in VSCode guidelines.
The setting only appear if the option
Show "Open in VSCode" linksis activated :Why ?
The "open is VSCode" feature is really great. It works with Windows and local WSL. But VSCode is able of more, you can now open any repository with a simple SSH tunnel connexion. And since you can use openfox in browser, you can run it from a remote machine too.
The idea of this PR is to council this 2 capabilites by providing an SSH configurable prefix in the vscode:// links
AI-Enhanced Development
Tell what models helped shape this PR:
AI Models: Qwen 3.8 Flash Next 110b Q4XL
Cache Impact
Does this PR affect anything cached — system prompts, tool definitions, skills, or other context?