Questions tagged [visual-studio-code]
Visual Studio Code is a free, cross-platform, open source code editor provided by Microsoft.
298 questions
0
votes
0
answers
24
views
How do you remove key errors? Receiving a GPG error [duplicate]
I am using Kubuntu 24.04. I was trying to install Visual Studio Code. I had trouble getting it to install using the key method and gave up. I was able to install it by downloading the file and right ...
0
votes
0
answers
66
views
Frozen screen when acessing VS Code
I often run browser and VS Code at the same time. I'm using Ubuntu 24.04.03 LTS. I mostly use VS Code for running package manager especially pnpm, when it runs, my fan start running and by time the ...
1
vote
0
answers
40
views
how to launch visual studio code
VS code is installed
but how to launch it?
Menu does not contain any icons.
0
votes
0
answers
250
views
Ubuntu 25.10 VS Code unable to identify pip and ipykernel installed in venv required to run jupyter notebooks
System Information:
Ubuntu Version: 25.10
VS Code Version: Latest
Python Version: 3.13.7
Jupyter Extension: ms-toolsai.jupyter (Microsoft)
Problem Summary:
VS Code's Jupyter extension fails to ...
3
votes
2
answers
2k
views
VScode throws OS keyring error on Ubuntu 25.10
This error shows up on Ubuntu 25.10 (fresh install)
You're running in a GNOME environment but the OS keyring is not available for encryption. Ensure you have gnome-keyring or another libsecret ...
0
votes
1
answer
2k
views
VS Code Remote-WSL fails to connect after update (WebSocket 1006, WSL2 Ubuntu)
I’ve been using VS Code with WSL2 (Ubuntu) for my coursework. Everything worked fine until about a week ago. Now, whenever I try to open VS Code in WSL, it fails to connect.
Errors I see in the logs:
...
-1
votes
1
answer
77
views
Cursor AI is not preserving the state when I restart the laptop
I have installed the cursor ai in my ubuntu but it is not preserving the state like recently opened projects after restart. I re installed the software still getting the same error. I have used ...
0
votes
1
answer
93
views
Snap deleted my atuin config
I installed vscode via snap several months ago.
This had the draw-back, that I could not start GUI applications from the vscode terminal:
❯ meld
/usr/bin/python3: symbol lookup error: /snap/core20/...
1
vote
2
answers
272
views
Cant update vscode or chromium because they are allways running in background
I'm using Ubuntu 24.10 and I have Chromium and Visual Studio Code installed. Updates are due for both of them, but I can't update them because it says they are running even when closed.
It says Close ...
0
votes
0
answers
46
views
Issues with denied bash permissions even as root when opening javascript files
I'm a novice to Ubuntu. Today, like the title states, I've had issues with bash permissions denied even as root, when opening JavaScript files in the document folder through Visual Studio IDE terminal....
1
vote
1
answer
575
views
When I type "code ." in Ubuntu, I get a message saying to use VCS with WSL, I need to install the VSC in Windows and Uninstall the Linux version
I'm somewhat new to Linux, but new to the integration between VSC and WSL. I'm taking a C++ course, where I installed all the compilers into Ubuntu, and then ran the .deb file to install the Linux ...
1
vote
2
answers
939
views
Error on VSCode on Ubuntu using my own font family and reset to default 'monospace'
While working on VSCode the font has suddenly changed to its default 'monospace' font. I searched and tried to solve this problem by following a lot of advice on Stack Overflow, but nothing was useful....
0
votes
1
answer
139
views
Why does ligature look different in VS Code after upgrading Ubuntu?
I have been using VSCode on Ubuntu 20.04 with cascadia code with ligature. I'm particularly fond of the ligature rendering for "==" and "->" where the two equal signs are ...
1
vote
0
answers
318
views
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found VSCode SSH remote after clearing remote server home directory
I accidentally clear everything in the home directory on the remote server. If I connect to the remote VM (server) with SSH VSCode, I will get this kind of error
/lib/x86_64-linux-gnu/libm.so.6: ...
0
votes
1
answer
1k
views
vscode the window terminated unexpectedly reason clean exit code 0
I have an issue with Vs Code in ubuntu.
I am running Nuxt 3 application with Node 22 ()
In the middle of the development it crashes as in the following picture.
I tried to reinstall vs code and also ...