Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
34 views

Extension: WSL I have a use case that requires modifying the WSL VSCode extension. The extension page takes you to a GH repo for vscode-remote-release, but the extension code isn't in there. I've look ...
Dan's user avatar
  • 11
0 votes
0 answers
59 views

I use WSL in Windows for developments but for a few days it is not working, it is just in the mood of loading and loading unloading. I checked my WSL via command terminal it's working there, but it's ...
swarnadeeppaul's user avatar
0 votes
0 answers
101 views

I'm running VS Code on Windows: Version: 1.104.0 (user setup) Commit: f220831ea2d946c0dcb0f3eaa480eb435a2c1260 Date: 2025-09-10T06:46:18.035Z Electron: 37.3.1 ElectronBuildId: 12342881 Chromium: 138.0....
MaxPyne's user avatar
  • 11
0 votes
0 answers
26 views

I have a c++ project that I am working on on a Linux remote machine. I would like to use VS Code to connect to the machine and do my work. The problem is that this is a shared server, where load-...
ianos's user avatar
  • 153
0 votes
1 answer
71 views

I have two machines: A host machine (Windows 11) running VS Code A Hyper-V guest VM (Windows 11): OpenSSH Server installed, running VS Code Server with a Python project pythonWebApp I'd like to ssh ...
chansey's user avatar
  • 1,429
0 votes
0 answers
154 views

When trying to run jupyter notebooks or python scripts in interactive windows in my remote visual studio code, I always get the same error : Failed to start the Kernel. The kernel died. Here's the ...
Toirem's user avatar
  • 1
1 vote
1 answer
389 views

I've never been able to run the Dev Container extension due to this error: Here are the logs: [2025-06-22T22:32:48.629Z] Initializing configuration support... [2025-06-22T22:32:48.630Z] Internal ...
jam123's user avatar
  • 149
0 votes
0 answers
129 views

💻 Environment Local OS: Windows 10 64-bit VS Code version: 1.85.2 Remote-SSH extension: v0.107.1 Remote server OS: Ubuntu (host alias: SZU) SSH client used: Windows built-in OpenSSH (C:\WINDOWS\...
weiliang huang's user avatar
1 vote
1 answer
265 views

VS Code connects to a remote computer, but I cannot open folders. I get the following errors. I have three computers: A Windows 11 client computer running VS Code A Windows 11 remote computer with VS ...
DavidG's user avatar
  • 85
1 vote
0 answers
898 views

I am trying to connect my Ubuntu from Windows to develop software with VS Code. I have been attempting offline installation because I have to, but I can't connect it. Below is the error: [16:03:24.105]...
123 456's user avatar
  • 23
0 votes
0 answers
37 views

my machine is windows, remote machine is linux vscode version 1.99.3 i have disabled firewall, anti virus, restarted pc , installed vs-code multiple times [11:10:44.924] Starting forwarding server. ...
MUSLIH K's user avatar
0 votes
0 answers
27 views

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
  • 1
1 vote
1 answer
1k views

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
  • 103
1 vote
0 answers
121 views

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
0 votes
1 answer
88 views

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
  • 123
1 vote
1 answer
347 views

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
0 votes
0 answers
331 views

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
0 votes
0 answers
32 views

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
  • 2,749
1 vote
1 answer
316 views

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
  • 1,611
0 votes
0 answers
31 views

I am trying to attach visual studio code to a running container, and it does show successfully attached. However it does not show any files in the file explorer. Although, this question has been asked ...
user13553961's user avatar
0 votes
0 answers
31 views

For a project I'm building a bash script to create a development environment using Docker and VsCode. For the part that attaches the vscode to the running container, I found this script that worked ...
Mohammad Reza's user avatar
1 vote
0 answers
2k views

Starting with VS Code release 1.86.1 (January 2024), the minimum requirements for the build toolchain of the remote server (SSH) were raised. The prebuilt servers distributed by VS Code are compatible ...
Anu A's user avatar
  • 11
0 votes
0 answers
139 views

I recognized that vscode remote will run a wget instance to call 169.254.x.x. I had used Digital Ocean MetaData API so I think it seems like checking if it is running on Azure VMs via the main.js . I ...
ShenLin's user avatar
  • 10
0 votes
0 answers
171 views

Environment Using VSCode Devcontainer extension to attach and debug a process running in an ubuntu 22.04 devcontainer. GDB version is 12.1 Steps to reproduce If I: disable a breakpoint while broke, ...
Christopher Pisz's user avatar
2 votes
1 answer
170 views

I am using vs code on Windows 11 and have remote tunnel connection to vscode server that works fine but i want to change the path I am placed in once I connect to the remote code. The remote server ...
Rick's user avatar
  • 31

1
2 3 4 5
20