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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant