61,077 questions
0
votes
1
answer
45
views
How to stop VS Code from opening settings in a subwindow? [duplicate]
The latest VS Code update just made opening settings (both UI and JSON) open in a new window on top of the old one. How do I revert this?
0
votes
1
answer
35
views
VS Code Live Share Starting collaboration session: certificate has expired
I cannot start a new collaboration session in the VS Code live share extension. I'm connected to a server remotely via SSH using the official "Remote - SSH" extension by Microsoft. I tried ...
0
votes
0
answers
64
views
Why are results in my integrated terminals disappearing after a moment in VS Code?
Results in my terminals appear for fraction of a second, then scroll away and disappear.
tried turning off GPU acceleration
tried turning off smoothing
tried turning off sticky terminal and ...
-4
votes
0
answers
35
views
WSL2 (Ubuntu 24.04) cannot connects to vs code without rhyme or reason [closed]
I am experiencing an issue where my WSL2 instance (Ubuntu 24.04) fails to stay connecting on vs code. Every time I try to launch it, it connects for a split second to vs code and then exits.I don't ...
-1
votes
1
answer
64
views
How do I manually open GitHub Copilot in VS Code if it doesn't appear automatically?
I am using Visual Studio Code with GitHub Copilot installed. Most of the time Copilot suggestions appear automatically, but sometimes when I open VS Code the Copilot chat or suggestions are not ...
-1
votes
0
answers
40
views
Enumeration warning when using VS Code debug console in a Vue project
I have a minimal Vue 3 application created using npm create vue@latest. The application contains a simple App.vue file with the following contents:
<script>
export default {
data: function(...
-2
votes
1
answer
89
views
Visual Studio Code unable to create java gradle projects
I'm trying to fix this problem from some days now, I have 'gradle for java' and 'extension pack for java' extensions installed, but when I try to create a new gradle java project, it tryies to create ...
-2
votes
1
answer
78
views
How to disable inline AI comment completions in VS Code?
If I begin to write a comment, the inline chat settings automatically attempt to finish the comment for me. I want to disable this, but keep other inline autcomplete features. Is there a way to do ...
Tooling
0
votes
0
replies
53
views
VS code autogenerate partials from import
Is there a tool or extension to automatically create SASS partials from @import statements like in PHP Storm?
E.g.
@import "assets/css/newfile";
should propose to create newfile.scss in ...
-1
votes
0
answers
36
views
Disable automatic Dev Container prompt/launch on folder open
I am currently developing using WSL2 (Ubuntu) as my primary environment. Many of my projects contain a .devcontainer folder for specific deployment or testing scenarios.
The Problem: Every time I open ...
Advice
0
votes
4
replies
85
views
How can I fix the Prettier extension?
I'm using the VSCode extension called Prettier to distinguish between text strings, but it doesn't seem to be working. I was using it 10 minutes ago and it was working fine, but when I closed the ...
-2
votes
0
answers
87
views
AI smart actions -> generate docs is gone
I was a big fan and user of the AI smart action to generate docs and tests by using the related contextual menu:
https://code.visualstudio.com/docs/copilot/copilot-smart-actions#_generate-...
Advice
0
votes
5
replies
157
views
Can VSCode Ignore Problems inside Extensions?
is there a good way to stop VSCode from complaining about Problems INSIDE of extensions?
I'm getting about 25+ "Problems" from various things that are complaining inside of extensions - I ...
1
vote
0
answers
79
views
How to fix SQLCMD variable DatabaseName not being excluded from schema compare in VS Code or Rider
When I run a schema compare in Rider in the new SDK-style .sqlproj format where the [$(DatabaseName)] value is in the *.sql code and the resolved database name is in the database side, it still ...
159
votes
3
answers
17k
views
How can I restore the VS Code color theme after update 1.113?
Through its 1.113 update, VS Code forced all users to switch color theme to "VS Code Light" and "VS Code Dark". How can I restore to the previous color theme?