All Questions
Tagged with vscode or visual-studio-code
61,039 questions
Advice
0
votes
1
replies
51
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 ...
-1
votes
0
answers
66
views
Are VS Code Copilot Agent Debug Log Token Counts the Exact Billing Metrics? [closed]
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
2
replies
76
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
39
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 ...
0
votes
0
answers
127
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
49
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....
0
votes
1
answer
134
views
Compilation error - #include errors in visual studio code
I'm trying to compile C files in Visual Studio Code but I'm getting this errors:
"#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit "
...
-1
votes
0
answers
43
views
responseBody.getReader is not a function in VS Code Copilot Chat model provider extension [closed]
I am using a VS Code extension that adds DeepSeek V4 as a model provider for GitHub Copilot Chat.
When I select the DeepSeek V4 model in GitHub Copilot Chat and send a simple message, the request ...
0
votes
0
answers
70
views
How can I find the scopes for UI in VS Code?
I've been making my own theme in a .json file, and I've been having trouble finding out how to target different UI elements in the window in VS Code.
For example, I don't know what scope targets the &...
Advice
0
votes
0
replies
46
views
Open Workspace file in Visual Studio Code Agents app?
Does anyone know if there is a way to open a .code-workspace file in the vs code insiders agents companion app? seems weird that it would ask you to open a workspace but then not actually support ...
1
vote
1
answer
164
views
VS Code Branch Switching (post worktree vscode update)
TL;DR:
The VS Code Git: Checkout to... command used to let me directly select a branch or tag. Now it first forces me to choose a repository, and only then the branch.
Is there a way to restore the ...
Tooling
0
votes
0
replies
130
views
How to make markdown ` ` double space really visible in IDEA/VS Code?
How to make markdown double space really visible while editing .md files ?
Yes, it is possible to enable something called "show white spaces" for both IDEA and VSCode,
but that will ...
4
votes
1
answer
944
views
Workaround for VS Code Flake8 linting failed with KeyError
I have been using the Flake8 VS Code extension for Python linting with no problems.
Recently, with VS Code version 1.118.1 and Flake8 version 2026.4.0, I get the following error notification when ...
-3
votes
1
answer
240
views
Intelephense in VS Code doesn't recognize a php variable from included file
I'm using the extension PHP intelephense for Visual Studio Code.
$root = $_SERVER['DOCUMENT_ROOT'];
include($root . '/sqlcon.php');
$gettextquery = mysqli_query($con, "SELECT * FROM `pics` WHERE ...
0
votes
0
answers
64
views
Making VSCode + stack respect .ghcup/env
I'm using latest VSCode with Haskell extension. There's a trivial (?) problem of toolchain (GHC, HLS, stack, cabal) being mismatched depending on what process is used to start VSCode (Debian + KDE ...
