Skip to content

feat: 🧱 Enable terminals for additional vscode Remote Host Types #5813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

chezsmithy
Copy link
Contributor

@chezsmithy chezsmithy commented May 23, 2025

Description

Activate terminals for additional allowed VsCode Remote Host Types.

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screenshots

[ For visual changes, include screenshots. Screen recordings are particularly helpful, and appreciated! ]

Tests

I have tested these changes locally, and in a WSL environment on windows 11. Note you can force the extension host to run in WSL by updating the vscode settings for the extension and adding the following:

"remote.extensionKind": {
        "continue.continue": [
            "workspace"
        ]
    }

Summary by cubic

Enabled terminal commands on more VSCode remote host types, including WSL, SSH, Codespaces, and containers. This allows users to run terminal commands in a wider range of remote development environments.

@chezsmithy chezsmithy requested a review from a team as a code owner May 23, 2025 06:38
@chezsmithy chezsmithy requested review from tomasz-stefaniak and removed request for a team May 23, 2025 06:38
Copy link

netlify bot commented May 23, 2025

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit 1500281
🔍 Latest deploy log https://app.netlify.com/projects/continuedev/deploys/683017f050eda100083c280e

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 23, 2025
Copy link
Collaborator

@tomasz-stefaniak tomasz-stefaniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Jun 4, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 4, 2025
@tomasz-stefaniak tomasz-stefaniak merged commit d51e5e1 into continuedev:main Jun 4, 2025
35 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Jun 4, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jun 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants