966 questions
Advice
1
vote
0
replies
22
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
58
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 ...
0
votes
0
answers
98
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
69
views
Using snowflakes externalbrowser authentification 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
103
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
85
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
27
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-...
0
votes
3
answers
4k
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
74
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
119
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
168
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 ...
0
votes
0
answers
26
views
Local Windows environment variable got inherited in remote linux jupyter notebook kernel (vscode)
I connect my vscode, which is running on windows, to linux box via ssh. I start a jupyter notebook in the vscode and find that an environment variable set in windows (QHOME pointing to a windows path) ...
1
vote
1
answer
423
views
VSCode dev containers error with docker version
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 ...
0
votes
0
answers
65
views
Is it possible to get VS Code WSL window to attach to Windows process?
I'm experimenting with using Claude's MCP functionality to build a C# game. This toolset requires being run in WSL on Windows.
I've got the basic setup out of the way, and am running a C# application. ...
0
votes
1
answer
334
views
VSCode 1.100.3 April 2025 is unable to remotely connect when GLIBC < 2.28
I upgraded VSCode to version 1.100.3 and since then cannot connect to remote machines if their GLIBC version is less than 2.28. The reason is explained in the official documentation:
Starting with ...