vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.

Results 667 vscode-remote-release issues
Sort by recently updated
recently updated
newest added

Even if it shown on k8s sidebar, I get No Pod name found error. ![image](https://user-images.githubusercontent.com/1796864/141108879-f7bf8cf4-9706-43de-8526-db3da0223565.png) ![image](https://user-images.githubusercontent.com/1796864/141108909-63d83cff-02c0-4fde-a621-46468f4d657b.png) ``` [93 ms] Remote-Containers 0.205.2 in VS Code 1.62.1 (f4af3cbf5a99787542e2a30fe1fd37cd644cc31f). [90 ms] Start: WSL...

bug
containers
upstream
kubernetes

Testing #4502 Right now the terminal is always shown where the command is run, and the user is prompted to press any key to close the terminal after the command...

containers
under-discussion

### Is there an existing issue for this bug? - [X] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...

ssh

This plan captures our Remote work in **May 2024**. We follow the same iteration cycle as [VS Code](https://github.com/microsoft/vscode/issues?q=is%3Aissue+label%3Aiteration-plan+milestone%3A%22May+2024%22). Although we plan for a whole iteration, we may not only ship...

iteration-plan

Type: Bug suddenly it take minutes to load the tunnels config now, i remember only seconds needed before Extension version: 0.110.1 VS Code version: Code 1.89.0 (Universal) (b58957e67ee1e712cebf466b995adf4c5307b2bd, 2024-05-01T02:10:10.196Z) OS...

info-needed

- VSCode Version: 1.78.2 - Local OS Version: Ubuntu 22.04 - Remote OS Version: Ubuntu 22.04 - Remote Extension/Connection Type: Containers/Server - Logs: [vscode.log](https://github.com/microsoft/vscode-remote-release/files/11598813/vscode.log) Steps to Reproduce: 1. devcontainer.json ```json...

bug
containers

What the title says. I rolled back to v1.86.2 and it works just fine. So v1.87.0 broke it. Even from the command line it gets stuck when trying to install...

containers
extensions

- VSCode Version: 1.88.1 - Local OS Version: arch, 6.8.7-arch1-1 and on with Docker on Mac - Remote OS Version: - - Remote Extension/Connection Type: Containers - Using docker-composer and...

containers
info-needed

Currently you can open vscode to a remote location via the [following schema](https://code.visualstudio.com/updates/v1_84#_confirmation-for-opening-protocol-links) `vscode://vscode-remote/ssh-remote+[USER@]HOST[:PORT]/path/to/file` It would be very useful if this were more flexible, especially in terms of allowing a...

ssh

In OpenSSH, you can use [`Include`](https://man.openbsd.org/ssh_config#Include) to split ssh config into multiple files. For example: `~/.ssh/config`: ``` Include config.d/* ``` `~/.ssh/config.d/company`: (copied from #9370) ``` Host ServerA HostName website.domain.com User...

bug
ssh