61,093 questions
0
votes
0
answers
3
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
62
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
60
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-...
-7
votes
0
answers
40
views
Oracle mcp setting vs code [closed]
Here's a complete guide to creating a **Oracle SQL Impact Analysis** custom mode in Roo Code v3.51.1.
---
## How Roo Code Custom Modes Work
Roo Modes can be thought of as a "personality" ...
Advice
0
votes
3
replies
130
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
65
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 ...
102
votes
3
answers
8k
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?
-1
votes
0
answers
52
views
VS Code Running Issue [closed]
My VScode doesn’t seem to really work ChatGPT just takes me in cycles but run & run and debug plus all the options (ctrl shift p) when I click them nothing happens and I can’t run any code unless ...
0
votes
1
answer
102
views
How to make a default workspace in VS Code?
I've just come from IntelliJ IDEA and I'm trying to mimic the functionality I had there. When I would open that IDE, the "sub-windows" were in the exact place where I wanted them. How do I ...
0
votes
0
answers
24
views
Visual Studio Code Integrated Browswer does not support passkeys on MacOs
Currently the integrated browser of VS Code does not provide passkey support on macos.
The underlying reason is probably that vs code is not signed with these access rights.
```bash
shell> codesign ...
3
votes
1
answer
177
views
C/C++ debugger not launching in vscode
I recently had an update of vscode (now version: 1.112.0), and suddenly I wasn't able to start the debugger any more on my C++ project.
I have a launch.json with a debugger configuration (which was ...
0
votes
0
answers
79
views
Issue with virtual environment activation in VS Code on Windows 11
I am using a venv for my current Python project in VS Code 2022 on Windows 11. I started having issues when I tried installing nodeenv into my venv, and it kept installing globally despite me running
...
0
votes
0
answers
79
views
Fixing ERR_CERT_AUTHORITY_INVALID error when using internal browser in VS Code [closed]
I'm trying to use new VS Code feature for debugging web apps with the integrated browser.
After opening React app's local url (via F5 button), internal browser opens and displays:
Failed to Load Page
...
-1
votes
1
answer
387
views
Infinite loop when opening a new terminal in VS Code [closed]
I am facing an issue with the VS Code integrated terminal. The terminal starts printing continuously (infinite loop) as soon as I open it, and I am unable to type anything.
Problem details:
VS Code ...
0
votes
0
answers
105
views
Visual Studio Code / Cursor terminal cannot handle Python comment with special characters
In a Python script there exists the following comment that shows the structure of an intermediate Polars data frame.
print('a')
# ┌──────────┬──────┬────────┬─────────────────┬────────────────────┬────...