vscode-remote Questions
6
I am trying to connect my VSCode to a raspberry pi4 via the Remote - SSH extension by Microsoft, but I get a ECONNREFUSED error every time. The error log:
[14:49:20.954] Starting forwarding server....
Agalloch asked 24/3, 2023 at 20:4
3
Solved
I have a dockerfile to create a container with miniconda and install a few packages (trimmed here):
FROM continuumio/miniconda3:4.11.0
# install the necessary packages
RUN conda install -c conda-f...
Knifeedged asked 19/5, 2022 at 13:49
19
I'm setting up a new remote host and every time I initiate it I get the following error output. How can I resolve this issue?
Pseudo-terminal will not be allocated because stdin is not a terminal....
Nyctophobia asked 4/5, 2019 at 5:19
14
Solved
I'm trying to connect to a server via remote-ssh extension for Visual Studio Code, however, I'm getting the following error:
The vscode server failed to start SSH
Everything is fine on the server...
Quatrain asked 14/6, 2021 at 20:34
4
When I try use remote-ssh connect to my server to install install vs-code-server, it hangs with these message:
Install and start server if needed
bash: no job control in this shell
Installing.....
Innes asked 10/5, 2019 at 8:7
6
Solved
I am trying to use vscode remote ssh extension and connect to Linux machine that has access to my files. Vscode install the server on the Linux machine under user home directory where due to compan...
Joselyn asked 27/6, 2020 at 17:46
7
Solved
Is there a way to use the VSCode Remote SSH extension to interact with a remote host that does not allow outbound internet connections?
Is it possible to download the vscode-server files from anot...
Novikoff asked 22/6, 2019 at 19:22
8
Something I love about VS Code is that when I am using a terminal in WSL, I can run code file.txt, and it will open that file with VS Code on my local using the WSL remote extension.
Is it possibl...
Irv asked 4/6, 2020 at 17:51
5
How can I get VSCode to use host networking during the build of the container?
In devcontainer.json, I can set
"runArgs": ["--network=host"]
but that only applies to running th...
Sonnysonobuoy asked 25/9, 2020 at 20:48
12
WSL v.1 -- VSCode v1.40.1 (using 'Remote - WSL' extension 40.3)
How to open a root-owned file for edit using sudo and VSCode? (without running as root)
If I open a root file without sudo, I can't...
Manufacture asked 21/11, 2019 at 17:16
1
Solved
I have a RHEL "dev" server running Ansible behind a jumpbox.
I need to connect to the RHEL server from a Windows 10 machine using the VS Code Remote - SSH extension for Ansible development work. I...
Winograd asked 8/2, 2020 at 15:37
14
A few days ago I was working just fine with VS Code connected to WSL Ubuntu 20.04, then I did some updating on WSL, Ubuntu 20.04 LTS and VS Code and now I can not connect to WSL 20.04, and I always...
Automobile asked 29/9, 2020 at 17:57
4
Solved
How do the change the shell used for VS Code's integrated terminal when I connect to an remote ssh workspace?
Crin asked 3/5, 2019 at 23:48
3
Solved
I am using vscode for remote development on a server. While my local ssh works perfectly and vscode too manages to connect I cannot understand why it struggles with acquiring a lock:
[15:30:21.166]...
Humfrey asked 29/3, 2022 at 13:47
5
When you're running VS Code Remote SSH and loose network connectivity over a long period of time and return to VS Code, the status on the bottom left show's "Disconnected from SSH: ". However, ther...
Desireah asked 16/3, 2020 at 22:47
17
I'm trying to use the Remote-SSH extension to edit files on a Debian server. The SSH connection is established correctly but then I get an error message :
Failed to connect to the remote extension...
Fossilize asked 3/3, 2020 at 12:52
2
How does VSCODE's Remote SSH compare against Remote Tunnels for development in terms of speed and code protection?
At a glance, it appears that SSH shares the workload (extension) across both machi...
Hoye asked 27/3, 2023 at 1:39
3
Solved
Using VS Code Remote Development (SSH, container, WSL) I want a different theme on my remote and local VS Code windows so that I can easily tell them apart.
Olsewski asked 2/5, 2019 at 19:10
33
Solved
I use vscode with remote-ssh to connect my server, after configuring, I want to connect my host, but it failed, the dialog box display:"could not establish connection to XX, The process tried ...
Scharf asked 21/2, 2020 at 8:51
15
Solved
I'm using a macbook(MacOS) to connect to a remote Ubuntu server.
I copied the public ssh key to the server using ssh-copy-id and checked that the ssh key works on the terminal. When I do ssh [email...
Bennett asked 1/9, 2020 at 15:45
3
Solved
I'm working in a network that has no direct internet connection.
I have VS Code on my desktop PC and I use the "Remote - SSH" extension (version 0.55) to do development on a Linux VM. It ...
Hillaryhillbilly asked 23/9, 2020 at 7:14
11
I want to work in a container in a remote server.
But it doesn't work.
Environment:
Local: Windows 10
Local Terminal for ssh: WSL in Windows 10
Server: Ubuntu 18.04
I checked these two articles.
ht...
Argolis asked 27/2, 2020 at 1:28
3
Most examples on the web for getting PHP debugging working with VSCode and WSL use Xdebug 2.x php.ini settings. Those no longer work with version 3.0. See the Xdebug Upgrade for details on changes....
Spevek asked 13/2, 2021 at 22:41
1
Using the WS2 environment, my VS Code stopped activating extensions overnight. When looking at the logs, I come across all extensions installed in the WSL environment: UBUNTU with the error: [error...
Notional asked 2/8, 2023 at 19:55
7
Solved
I am trying to edit some apache configuration files in a server. I would like to use VS code ssh plug in, but I have not found a way to save the configured file, since I am logging into the VM as a...
Crumhorn asked 14/5, 2020 at 11:50
1 Next >
© 2022 - 2025 — McMap. All rights reserved.