Skip to main content
0votes
0answers
12views

Port forwarded from ASGI server in devcontainer hangs on connection

I am running the following set up: Running FastAPI server in a devcontainer via uvicorn src.main:app --reload --host 0.0.0.0 --port 13337 Forward the port using vscode's built-in port-forwarding ...
mongj's user avatar
0votes
0answers
21views

How to set up X11 forwarding for remote VS Code DevContainer?

I am running a vs code devcontainer on remote machine and trying to set up X11 forwarding. I have 2 machines: local machine on macOS remote machine on Ubuntu I have installed XQuartz on my Mac and ...
neon5480's user avatar
1vote
1answer
101views

VS Code Remote-SSH fails with "GLIBC_2.28 not found" on Ubuntu 18.04

After upgrading VS code version 1.99, I cannot connect to my remote server. I’m trying to connect to my remote server (Ubuntu 18.04) via VS Code Remote-SSH, but the server fails to start with: Missing ...
Julia's user avatar
1vote
1answer
232views

using custom sysroot for vscode remote SSH server does not work in version 1.99

As suggests by the official sites, after 1.99, vscode requires GLIBC_2.28+. For compatibility they offer a workaround which builds a custom sysroot that contains the supported lib, and then specify a ...
lothakim's user avatar
0votes
0answers
38views

R Client Language Server erroring in VS Code from missing Content-Length property

I am running VS Code on a remote server to develop R code and analyze data. I have the Remote Development extensions installed on my local machine and the R extension installed on both my local ...
rfriedman22's user avatar
0votes
0answers
14views

How to obtain access token for vscode `code tunnel user login --provider github`

I would like to run a tunnel remotely in a machine without systemctl, and therefore cannot install code tunnel as a service. However, I wish to run code tunnel user login --provider github followed ...
LakshyAAAgrawal's user avatar
0votes
1answer
36views

VSCode Remote terminal ignores terminal.integrated.profiles.linux

I have a remote machine with a .bashrc file. I tried logging in using the Remote Development extension from VSCode, but the first thing I noticed was that the .bashrc wasn't loaded in the terminal. At ...
Jacopo's user avatar
0votes
0answers
37views

vscode- ssh remote connecting problem for no reaction in a long time

enter image description here enter image description here Hello, I am a freshman for coding. But I met with this problem for so long time. I actually tried so many solutions here but still didn't work....
Xingjian Xu's user avatar
1vote
1answer
133views

CLI `code` command to attach VS Code to a running container on a remote SSH host (Dev Containers over Remote - SSH in VS Code)

Assuming there is an actively running container on the remote host. Here is the GUI process I'd like to replicate with a single CLI command: (setup) Open New VS Code Window, Connect to Host... (...
wyndhamwynne's user avatar
0votes
0answers
17views

How to launch remote-explorer page with a uri in browser?

with a builtin uri like vscode://command.remoteTargets.focus, which focus on remotes page. This way I can redirect my user directly to the remote-explorer from web I know we can open remote vs link ...
ROROROOROROR's user avatar
0votes
0answers
145views

VS Code: How can I set an environment variable in the terminal and open a Jupyter notebook that sees it?

What I want to do I am working on a multi-GPU server, and would like to open a Jupyter notebook that only runs on some currently unused GPU (which may change from session to session). In other words, ...
user23338870's user avatar
0votes
0answers
57views

VS Code multi-container dev containers - rebuild and reopen wrongly rebuilds other services

To set a simplified scene for my question I will have three compose services: an API server, a site server (for serving browsers the webpage), and a supporting Redis service. The project has the ...
MichiganAgain's user avatar
0votes
0answers
23views

VSCode python (remote) - slow "rename symbol" when opening parent/root directories?

Given I have stored my git repos at ~/git/project1, ~/git/groupA/foo, etc. When I open the root directory ~/git with VSCode and refactor code via "rename symbol" or "rename file", ...
gebbissimo's user avatar
0votes
0answers
22views

How to prevent VSCode from restoring previously opened devcontainer session

Issue VSCode restores a previously closed DevContainer session when opening a new project, even when the --new-window flag is used and window.restoreWindows is set to none. Steps to Reproduce Open a ...
aphilas's user avatar
  • 2,492
1vote
1answer
84views

VSCode Remote SSH: Can’t Install ‘ms-python.python’ (Incompatibility Error & Infinite Loop)

I’m working with VSCode on a remote server via SSH and having issues installing the Python and Jupyter extensions. When I try to install ms-python.python, I sometimes get the following error message: ...
zwithouta's user avatar

153050per page
close