960 questions
0
votes
0
answers
42
views
VS Code Remote-SSH and Cursor stuck at "Checking .log and .pid"
I am experiencing a persistent hang when trying to connect to a specific remote server using VS Code (v1.108) and Cursor via Remote-SSH. The connection process indefinitely stalls at the "...
0
votes
0
answers
64
views
Where should .lintr live to configure continuous linting in VSCode running in a conda env in WSL?
I'm normally a PyCharm user, but have a somewhat convoluted setup which requires me to run VSCode in a conda environment on WSL to work on some R/Rmarkdown code, with the R and R Syntax exensions ...
0
votes
0
answers
144
views
VS Code (Remote + Docker) Go to Definition jumps to ROS2 install/ Python packages instead of src/
I am using vscode remote explorer into a remote computer (SSH), into a docker container. This remote computer will be an autonomous robot, which will run the relevant code. I do it this way because I ...
0
votes
0
answers
67
views
How to Debug Node.JS apps with Google Firebase Studio?
I am having hard time while trying to debug a Node.JS app with the visual interface of VS Code. Firebase studio has only the option to "Install additional debuggers..."
The option to "...
Advice
1
vote
0
replies
30
views
What is correct name to use for building URL to download the .vsix file of the remote development pack?
I have tried several variants of the following.
https://microsoft.gallery.vsassets.io/_apis/public/gallery/publisher/microsoft/extension/ms-vscode-remote/0.26.0/assetbyname/Microsoft.VisualStudio....
0
votes
0
answers
128
views
How to enforce "linux/amd64" platform architecture in Visual Studio Code Dev Containers for Podman on Apple Silicon?
Environment
Host: macOS (Apple Silicon M1)
Container Engine: Podman (via podman-machine)
Extension: VS Code Dev Containers
Target Image: A private registry image with Poetry
Problem
When I try to ...
1
vote
0
answers
482
views
My VS Code is just stuck on loading the remote WSL
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 ...
1
vote
1
answer
125
views
Using snowflakes externalbrowser authentication using VS Code remote tunnels
Executing this code while developing using a remote tunnel (Azure VM), the URL (token) seems not to redirect the token back to the snowflake client
Session.builder.configs(
{
"...
0
votes
0
answers
111
views
VS Code on windows with remove server running on linux. Installed perforce extension. However, perforce cannot recognize valid client
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....
0
votes
0
answers
113
views
I can't use the code command in WSL2, and I have tried several ways but to no avail
VSCode version: 1.103.2(system setup)
WSL2 info: Linux 8Q-PC 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Question description
...
0
votes
0
answers
28
views
Pre-running C++ project parsing from command line for VS Code development
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-...
3
votes
3
answers
7k
views
Unable to start MCP servers in VS Code in WSL
I'm attempting to connect to several MCP Servers in VS Code after general availability was recently released. VS Code is running in WSL: Ubuntu. I made a number of changes to my VS Code terminal ...
0
votes
1
answer
92
views
How to make VS Code recognize the environment variables of the SSH remote Windows host?
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 ...
0
votes
0
answers
179
views
Automatically updating VS Code remote server behind a firewall
My company manages my Windows machine where VS Code is installed and they periodically update the version every few months. I develop against a remote Linux machine using the remote ssh extension, and ...
0
votes
0
answers
216
views
Jupyter Kernel won't start (VScode remote)
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 ...