61,026 questions
Advice
0
votes
1
replies
32
views
Multi-repository workspace in VS Code Agent window
in the VS Code agent window, how to select a workspace that has multiple github repositories?
In the VS Code's normal window, you could have a workspace that had multiple folders, and when using ...
-4
votes
0
answers
83
views
VS Code AI disabled but still active
I have AI disabled, but Windows Security just alerted me to this:
These are my "chat" settings:
{
"chat.agent.enabled": false,
"chat.autopilot.enabled": false,
...
-1
votes
0
answers
43
views
How to disable ClearType/smoothing in VsCodium?
The following picture shows side to side VS 2026 18.6.0 (left) and VSCodium 1.116 (right), with the same font (CaskaydiaMono NF Regular), with ClearType disabled at the system level (Win 11 Pro 25H2).
...
2
votes
0
answers
65
views
Unable to fully uninstall built-in GitHub Copilot Chat extension from VS Code
I am using the latest version of VS Code on Windows.
I was able to uninstall the normal GitHub Copilot extension using:
code --uninstall-extension github.copilot --force
But when I try to uninstall ...
1
vote
2
answers
67
views
Vs code extension issue or laravel itself?
I am using Laravel 13, working in VS Code with the PHP Intelephense extension.
When writing a standard Eloquent query with a where clause, my IDE highlights the code with a red squiggly line and ...
-1
votes
1
answer
213
views
On Linux gcc debugger gets stucked on &"warning: GDB: Failed to set controlling terminal: Operation not permitted\n" [closed]
Previously I was able to debug c++ fine it would give this warning initially:
&"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"
and then the program would ...
-3
votes
0
answers
57
views
VS Code cannot import CSS [duplicate]
I'm trying to set up a small Lit project.
Whenever I try to import a CSS file on VS Code it gives me the next error:
Cannot find module './styles/first-project.styles.css' or its corresponding type ...
1
vote
1
answer
98
views
dbt Power User extension: "outputs not specified" error despite valid local profiles.yml and dbt debug passing
I'm facing a persistent validation error with the dbt Power User extension in Vs code. The extension flags my dbt_project.yml with: Runtime Error: outputs not specified in profile 'boond_analytics'.
...
0
votes
2
answers
312
views
Agent window in vscode using claude max
I really like the new agent window, and I am using with my claude code max subscription. In the agent window I started seem messages like:
You've use 80% of your session rate limit.
and I looked into ...
Advice
0
votes
0
replies
46
views
Are VS Code Copilot Agent Debug Log Token Counts the Exact Billing Metrics?
I was checking the Agent Debug Logs in VS Code for a GitHub Copilot Chat session and saw metrics. I would like to understand whether the numbers shown here are authoritative for usage-based billing ...
Advice
0
votes
1
replies
79
views
VS Code integrated browser is blocked
I want to use the VS Code integrated browser, however that browser is blocked by my company's IT for not being an approved browser (the approved browser's are Edge, Internet Explorer, Chrome, and ...
Advice
0
votes
2
replies
113
views
Rustfmt Keeps on Collapsing My iterator Chains
How do I prevent rust-analyzer / rustfmt from collapsing my manually formatted iterator chains?
A while ago i saw someone expand and collapse iterator chains as the mouse cursor came in contact with ...
1
vote
0
answers
43
views
How to stop VS Code Python Debugger from switching tabs, opening terminal and the debugger up on the sidebar?
Whenever starting debug with Microsoft's Python Debugger extension, the terminal pulls up, which covers up half the editor. When it hits a breakpoint, the debugger tab is chosen on the sidebar, and ...
1
vote
0
answers
144
views
VS Code no longer dimming unused JS variables
Starting a few days ago, VS Code stopped automatically dimming all unused variables in JavaScript. I've gone through all the suggestions I've seen (setting "editor.showUnused": true in my ...
0
votes
0
answers
51
views
`newExternalWindow` removed — `externalTerminal` replacement does not inherit elevated privileges
Setup
VS Code version: Version: 1.119.0 (system setup)
Commit: 8b640eef5a6c6089c029249d48efa5c99adf7d51
Date: 2026-05-05T11:23:50-07:00
Electron: 39.8.8
ElectronBuildId: 13870025
Chromium: 142.0.7444....