61,264 questions
Advice
0
votes
0
replies
25
views
What do the badges mean in VSCode's source control graph display?
Last year, VSCode added badges to the right side of its source code graph view. See the lavender cloud badge here:
Another badge looks like a branch:
The VSCode documentation talks about the ability ...
-2
votes
0
answers
29
views
What do these VSCode commands mean: “Restart Extension Host”, “Debug Extension Host in DevTools”, and “Debug Extension Host in New Window”?
I found these three commands in Visual Studio Code:
Developer: Restart Extension Host
Developer: Debug Extension Host In Dev Tools
Developer: Debug Extension Host In New Window
From their names, it ...
0
votes
0
answers
19
views
Spring Boot Dashboard in VS Code isn't displaying one of the project's modules
I'm setting up the environment for a project of the company I work for. It's a multi module backend runing Spring Boot. I didn't have problems with most of the setup, but one of the project's modules, ...
0
votes
0
answers
48
views
VS Code doesn't Recognize Unity Classes
For two days now, I've been having a rather strange problem.
The MonoBehaviour class isn't recognized by VS Code, with the following error:
Error while loading [...]: Exception thrown: System....
-3
votes
0
answers
59
views
Why does Vscode still give me package not found error with Weka after referencing the JAR file in classpath? [closed]
This is my MRE.
Here is how my project is structured
Project structure here
Settings.json file
{
"java.project.referencedLibraries": [
"lib/weka.jar"
]
}
Main.java
import ...
-4
votes
1
answer
35
views
How do I set a font for VS code UI, if the fonts style in the metadata is "Medium" using Fonted? [closed]
The font I have is Cookie Monster by Des.
I have tried both Fonted and APC.
I also tried to set the code font, but it only allows me to do 'italic', 'bold', and 'underline', not Medium. (Medium is the ...
0
votes
1
answer
55
views
Using LibreOffice portable to convert Excel to PDF in an ASP.NET Core Web API (IIS and IIS Express for development)
I had used LibreOffice portable a while back to convert documents to PDF and I cannot for the life of me figure out how to do it again.
Every time I run this in IIS Express for development I am ...
-1
votes
0
answers
56
views
VS Code fails to run .NET, even if I installed it
When I open a workspace in VS Code, I get this error message notification on the bottom right corner :
Failed to run .NET runtime. You may be missing key Linux libraries. Install them now?
Source: ....
0
votes
0
answers
11
views
Tailwind Autocomplete Works Only in One Phoenix Project in VS Code
I recently joined my university’s CS group and started learning Tailwind using the Phoenix framework. To practice, I cloned a repository of an ongoing project. After a few days, I decided to create a ...
1
vote
0
answers
33
views
Vs Code doesn't Recognize Flutter projet
I have been working on my project in vs code, when I feel tired I closed Vscode window and shut down my computer. Then when I come back to continue with the project, unfortunately VS Code does no ...
0
votes
1
answer
41
views
Can't connect a local ASP.NET Core API to my Angular v20 Frontend
I've been fighting this problem for the last 3 weeks. I don't know if I'm also doing something wrong at the moment of connecting the API to the Front end not being able to at least print the JSON ...
-5
votes
0
answers
106
views
How to have vs code detect deleted typescript files still referenced in the project? [duplicate]
I have a nx monorepo with a lib - typescript
In the lib there is a directory with subdirectories per feature.
I don't need one of the types anymore - so I deleted the file inside which the type was ...
1
vote
1
answer
68
views
Tailwind CSS directives (@tailwind base) underlined as unknown in VS Code with Next.js project
I'm working on a Next.js 16 project and trying to set up Tailwind CSS v4. I installed Tailwind via npm:
npm install -D tailwindcss postcss autoprefixer
I also created the following config files ...
-1
votes
1
answer
44
views
How to remove "Powershell" column from Secondary Side Bar in VS Code?
This morning VS Code updated itself to v1.106.0. When I open a terminal window (Ctrl + ') I now see an additional column titled Powershell.
How can I hide this and go back to just having one column ...
2
votes
2
answers
43
views
VSCode/Pylance highlights "Import could not be resolved" after moving files from a subfolder to the root
I’m working on a Python project on Windows 11 using VSCode.
I recently reorganized my project by moving all files from a subfolder to the root folder so that the code can be executed directly from the ...
-1
votes
0
answers
50
views
Is it possible to add a right-click menu button "copy and paste" in the VS Code file explorer? [closed]
I want to add a button of "copy and paste", when I right-click the file, I hope it could automatically paste in the same repository. Is there an elegant method to do so?
It's helpful for me ...
0
votes
0
answers
51
views
How to run VS Code Python tests inside an external app’s embedded interpreter?
I'm working on Python code that must be executed inside an external application which embeds its own Python interpreter (not the system Python, nor a virtual environment).
Because of this, I can't ...
-2
votes
0
answers
29
views
How can I make index.ts always appear at the bottom in VS Code Explorer without breaking folder imports? [closed]
I’m using VS Code and I want my folder’s index.ts file to always appear at the bottom of all other files in the Explorer panel — purely for visual organization.
For example, instead of this:
index.ts
...
0
votes
1
answer
49
views
Running Kotlin in VS Code Error - error: unresolved reference 'println'
I'm using Windows. I downloaded the Kotlin compiler from JetBrains/kotlin GitHub. It is a zip file (kotlin-compiler-2.2.21.zip). Then I extract the file and put it in the following path:
C:\Program ...
0
votes
0
answers
14
views
branch background color in vscode status bar
Is there a way to change the background color of git checkout item in vscode status bar.
I looked here but they have only for remote item.
there is "statusBarItem.activeBackground" but I ...
0
votes
0
answers
33
views
Prevent VS Code from scrolling in other view when looking up a symbol in Quick Open
Say I have multiple editors / split views open, say with file a.py on the left and b.py in the right, with my focus in the right view. Then I may want to navigate to a symbol in a.py while staying in ...
0
votes
0
answers
47
views
Rendering matplotlib figure in VSCode (Jupyter) like fig.savefig
Problem
When saving a matplotlib figure using fig.savefig(), the figure looks different from when the figure is rendered in a Jupyter Notebook.
Question
How can I render a static (non-interactive) ...
0
votes
0
answers
48
views
Using VS Code and R on compute node of HPC server: cannot plot
I am trying to use VS Code (from a Windows laptop) to:
SSH into the institutional cluster (which uses SLURM).
Launch an interactive session with srun --pty -N1 -n1 --mem=4G --time=03:00:00 /bin/bash (...
Advice
0
votes
0
replies
40
views
Open VS Code extension (MCP server) from browser
We are looking for functionality similar to what we get when we hit "Install in VS Code" option on GitHub MCP registry page (https://github.com/mcp).
When we click this button, it opens up ...
2
votes
0
answers
139
views
C# .net cannot run in VS code
I use VS code (not VS cause i have linux) and have been trying to run my c# template from run and debug in VS code but it does not works and returns this error in output.
-----------------------------...