Continue executes commands locally instead of in the remote ssh system #12502
Unanswered
truejcrive
asked this question in
Help
Replies: 1 comment
-
|
This is a bigger topic but the short version is: check that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Continue + VS Code Remote SSH using local filesystem instead of remote
When using Continue with VS Code Remote SSH, the extension seems to partially use the local machine context instead of the remote host.
Setup
Issue
@Current File)/homeor any other directory) behave incorrectlyExpected
All filesystem/tool operations should run on the remote SSH host.
Actual
File content is correctly read from the remote host, but filesystem/tools behave as if running in a local environment.
Notes
If this is a known limitation, or if I just got lucky previously with correct behavior, please let me know. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions