Questions tagged [vscode-remote]

Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment

Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment

868 questions
0
votes
1 answer

Can I somehow suppress empty window with ssh.exe when using remote development extension?

I am using VSCode 1.35.0 with recently added Remote Development extension and when I try to connect to ssh via jump host everything works fine as expected but empty ssh.exe terminal appears. Version: 1.35.0 (system setup) Commit:…
johnymachine
  • 781
  • 2
  • 7
  • 28
0
votes
0 answers

Failed to connect to the remote extension host server

after port forwarding, the error message shows in the notification center: Failed to connect to the remote extension host server (Error: Connection error: Unauthorized client refused.)
杨天幸
  • 11
  • 3
0
votes
1 answer

How to connect to a remote Docker Daemon in vscode-remote

How can I specify the docker daemon url when using vscode-remote-docker. It seems that I can only connect to a local docker daemon.
Myrfy
  • 575
  • 4
  • 11
0
votes
1 answer

What does the >< badge mean in the VS Code extensions list?

When I connect to a remote workspace in VS Code, some of my enabled extensions have a badge with a >< icon. See the ESLint extension for example: What does this badge mean and why do I only see it when I connect to a remote workspace?
Matt Bierner
  • 58,117
  • 21
  • 175
  • 206
-1
votes
1 answer

Running python debugger from specific terminal in VSCode on the remote

Following issue: I'm working on the remote server to which I connect with VSCode. I want to develop my python code (mostly statistical analysis and usual matplotlib visualization, nothing too fancy). I used to do it by running my python script in a…
-1
votes
0 answers

Get permission denied using Docker extension inside VSCODE remote. How to let vscode docker run with "sudo"?

I'm getting access to a remote server using VSCODE ssh. And I installed a docker image & container on that server. I can run "sudo docker build/run" command in terminal, but I don't really have root permission. The admin used some technique to…
-1
votes
0 answers

Try to get forwarded port in tasks

I'm trying to get an auto-generated forwarded port via commands but this command only copies the host and port name. How can I pass that data directly to the argument? Also, is there any option to preselect the forwarded port option by label because…
-1
votes
1 answer

VSCode Dev Container GPG Windows WSL error

I'm trying to get GPG to work in my dev container (default python container) under Windows WSL2 for signed commits and getting error when trying to reload gpg agent. Following official guide: Installed gpg4win on Windows Connected to Dev Container…
-1
votes
1 answer

How do I configure dev containers alternative repository configuration folders in VSCode?

I am new to dev containers and their use in VSCode. I have tried to follow the very minimal docs here, for Alternative: Repository configuration folders but it does not work and I can't figure out how to set it up so it is able to find the…
-1
votes
1 answer

VSCode "go to definition" uses wrong Python module

I am importing a module foo found in the same directory as my importing Python script. src/proj \_ main.py |_ foo.py However, there is a foo installed in /usr/local/lib/python3.6/site-packages as well. When I try to use…
tanager
  • 189
  • 2
  • 10
-1
votes
2 answers

Vs Code Issue: no code output. how do i fix this?

I am very new to coding and am trying to write a practice script for webscraping in VS Code Editor. But every time i run the script i get this issue of there being no real output. Can you please advise on what the issue is? Note: the pink boxes are…
-1
votes
1 answer

Python Pip Packages downloaded are not being loaded to VSCode

I want to use python packages i installed from pip, onto vscode. There are 4 pips, that are not showing up, but I'm mostly concerned about discord package for now. I've tried various solutions over the past two days, which ive screen captured -…
rico
  • 1
  • 1
-2
votes
1 answer

Unable to connect through SSH with VS-Code in Mac to a remote GCP VM

I have created a compute engine instance (Debian) in GCP with a public and private key and able to SSH it from my local mac using the command given below. I have some folders and files in the remote machine which I would like to edit through VS-code…
1 2 3
57
58