Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
25 views

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 ...
seanahern's user avatar
  • 323
-2 votes
0 answers
29 views

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 ...
Ahmad Ismail's user avatar
  • 14.5k
0 votes
0 answers
19 views

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, ...
VFMiracle's user avatar
0 votes
0 answers
48 views

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....
Alexander's user avatar
-3 votes
0 answers
59 views

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 ...
Christopher Pray's user avatar
-4 votes
1 answer
35 views

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 ...
Tokyn Blast's user avatar
0 votes
1 answer
55 views

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 ...
Qiuzman's user avatar
  • 1,843
-1 votes
0 answers
56 views

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: ....
Thomas's user avatar
  • 396
0 votes
0 answers
11 views

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 ...
EDRO's user avatar
  • 22
1 vote
0 answers
33 views

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 ...
Jack's user avatar
  • 11
0 votes
1 answer
41 views

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 ...
Gerardo Orellana's user avatar
-5 votes
0 answers
106 views

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 ...
user15013406's user avatar
1 vote
1 answer
68 views

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 ...
trabelsi wejden's user avatar
-1 votes
1 answer
44 views

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 ...
Paul D's user avatar
  • 687
2 votes
2 answers
43 views

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 ...
user31885331's user avatar
-1 votes
0 answers
50 views

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 ...
Explorer's user avatar
  • 111
0 votes
0 answers
51 views

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 ...
Grzegorz's user avatar
-2 votes
0 answers
29 views

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 ...
Ababil's user avatar
  • 1
0 votes
1 answer
49 views

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 ...
emperor_c's user avatar
  • 129
0 votes
0 answers
14 views

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 ...
Ahmad Zaklouta's user avatar
0 votes
0 answers
33 views

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 ...
mostsquares's user avatar
0 votes
0 answers
47 views

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) ...
Heisenbugs's user avatar
0 votes
0 answers
48 views

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 (...
wrong_path's user avatar
Advice
0 votes
0 replies
40 views

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 ...
Preeti v's user avatar
2 votes
0 answers
139 views

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. -----------------------------...
Lazare Janiashvili's user avatar

1
2 3 4 5
1226