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

devcontainer.json. Breakpoints not working

I launch a debug session through the Module option and specifying a folder, the app starts up and responds to requests - and code changes are seen when other services interact with mine by calling into it (print statements show the change in the…
Mike
  • 609
  • 12
  • 36
0
votes
1 answer

How to open live server vscode in other devices

I am using live server vscode on my device but I want other devices to have access to the ip address for me with a password. So how i can do this?!
khaled amir
  • 21
  • 1
  • 1
0
votes
1 answer

How to prevent user conflict in WSL + Docker + VS Code setup

I have WSL + Docker + VS Code setup. The files I'm working on are in WSL filesystem and mounted to a Docker container. To run the files in Docker container, it requires user www-data but I can't save the files and do git operation in my VS Code…
maurisrx
  • 319
  • 4
  • 9
0
votes
1 answer

How do I auto run a cmd when vscode open devcontainer?

I write my notes by vscode's devcontainer, it's sphinx. So I want add sphinx-autobuild to auto build my notes when any .rst file changed. This cmd is sphinx-autobuild /workspaces/notes /workspaces/notes/_build/html/. I append CMD sphinx-autobuild…
user11584010
0
votes
2 answers

I cannot open a new VSCode instance from the integrated VSCode terminal while being a non-root superuser on Ubuntu 20.04

I use a VSCode to connect to a remote server using ssh. Currently, only the files in the root folder are displayed by VSCode. I have a superuser dacomis that contains a folder named cardano-v. I would like to be able to create a new instance of…
0
votes
2 answers

How to code and run lines while training a model on VS Code remote server connection?

while I'm training a model and the interpreter busy, is there a way that I can run another file on a new window or something. I'm training a model here and the interpreter is busy I want to code and test things on the commandline/python interpreter…
0
votes
1 answer

VS Code Remote Development cannot make work

I've been trying to run a remote dev container using VS Code but always get same error below: failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to do request: Head…
0
votes
1 answer

Resolver error: Error: The process tried to write to a nonexistent pipe

I followed this tutorial to connect SSH to my host, but when I have written the command ssh user@hostname, the following error appears: Resolver error: Error: The process tried to write to a nonexistent pipe at Function.Offline…
user14749369
0
votes
1 answer

Issue connecting to Windows OpenSSH with VS Code Remote

Can connect fine via a regular terminal, but it looks like something is hanging maybe when it tries to set up everything on the server (it never does create the vscode folder as far as I can tell). This is our first time trying VS code SSH with a…
joren
  • 1,135
  • 2
  • 11
  • 22
0
votes
1 answer

How to set up a Zephyr Project App in VSC?

I am trying to use VSC to develop and debug embedded C applications with Zephyr OS. Is this possible? Are there instructions to set this up? Is there a zephyr setup extension? The Zephyr documentation discusses how to debug apps on eclipse, and…
0
votes
1 answer

VSCode (on win10) keeps asking for ssh (to remote Ubutnu) password, ssh key is properly set up

I'm running VSCode (with remote develop) on Windows 10. I have generated a ssh key and want to use it to connect to remote server (Ubuntu) via SSH (instead of password). VSCode keeps asking for the password. For another server, with the same key,…
darmual
  • 229
  • 3
  • 7
0
votes
0 answers

Attach to existing container from command line

I want to write a script, which run vscode in desired configuration: vscode is attached to running container, which can be identified by docker ps | grep select predefined path as folder How it can be done?
slsy
  • 1,257
  • 8
  • 21
0
votes
1 answer

Where can I manage GitHub's tokens for VSCode?

I connected to github from vscode. From what I saw, it generated a OAuth2 token with vscode-auth.github.com Now, I would like to know: How I can disable this token from github.com (it doesn't show up in https://github.com/settings/developers) How I…
Labo
  • 2,482
  • 2
  • 18
  • 38
0
votes
1 answer

Cannot launch VS Code remote desktop as user, but can login as user via terminal

I've run into a problem where I can't launch a Remote Desktop Session in VS Code when I use my username, but I can with root. In a normal ssh session through zsh terminal, I can log into both root and username normally. My ~/.ssh/config on my laptop…
JakeAve
  • 279
  • 2
  • 6
0
votes
1 answer

How to tunnel/proxy/forward traffic from remote VSCode instance

Currently I am accessing my VS code instance through it's remote feature. Sometimes it's SSH, sometimes K8s pod, sometimes remote Docker instance. After I am able to attach VSCode to that remote instance, I can connect to some resources behind that…
qkhanhpro
  • 4,371
  • 2
  • 33
  • 45