61,167 questions
Advice
0
votes
2
replies
22
views
Convert file data to question marks in VS Code
I had added data to a Markdown file in VS Code, but there was a formatting problem between two languages. I kept choosing between Reopen with Encoding and Save with Encoding more than once with more ...
0
votes
1
answer
67
views
VS Code Copilot Chat not showing local Ollama models in selection menu despite being detected in "Language Models" tab
I'm experiencing a frustrating issue with the integration between GitHub Copilot and Ollama in Visual Studio Code.
The Problem: My local Ollama models are correctly detected by VS Code and appear in ...
-1
votes
0
answers
30
views
VS Code - "folders" greyed out within Explorer [closed]
I cannot see my filesystem in VS Code Explorer like I could before.
Ctrl+Shift+P "reset view locations" does not fix it.
UPDATE: Turns out I had closed my root-level folder on accident. Once ...
1
vote
0
answers
81
views
Unable to build a simple C++ example on Windows - cmake, ninja, vscode CMakeTools extension
I would like compile a simple example using Clang, CMake, and Ninja on Windows in order to closely match a Linux C++ build setup. I have installed the tools using msys2. However, when I run "...
4
votes
1
answer
166
views
Copilot inline suggestions in VS Code stopped formatting code correctly (ignoring line breaks and indentation)
I am currently using GitHub Copilot within VS Code, primarily to write my thesis in LaTeX, but I've noticed my issue is not limited to .tex files.
Everything was working perfectly until yesterday, but ...
Tooling
0
votes
0
replies
42
views
Looking for a local AI model and server that can do Copilot Agent mode in VSCode
VSCode lets you access models served from Ollama. But in the Manage Models selection screen, only the models hosted by services like OpenAI, Claude, etc. show "Capabilities" that are ...
Advice
1
vote
1
replies
48
views
How to run multiple ChatGPT codex sessions on a single source code
What is a way to have multiple codex sessions (one account) working on different branches of a project at the same time to manage multiple tasks without conflict using Codex. I am using VsCode.
-1
votes
3
answers
159
views
Set env variables before running/debugging a single C# integration test in VS Code
I am using VS Code (not Visual Studio) and running/debugging C# tests (using MSTest platform and the C# Dev Kit extension)
I want to change value of an env variable quickly without closing VS Code, ...
-2
votes
0
answers
50
views
vscode agentic flow [closed]
I want to create flow using vscode + github copilot Can it be possible. Meanwhile I ask this question on github changes
want to create such agentic flow will it possible in vscode,
someone suggest if ...
-6
votes
0
answers
42
views
How to resolve the wsl and vscode remote integration issue? [closed]
vscode-errorI have installed wsl ubuntu-24.04 and vs code i want to use vscode for code development from wsl because of this i cant code how to reslove this issue like i need help to setup this wsl ...
-1
votes
1
answer
198
views
VS Code getting stuck installing extensions related to the "C/C++ Extension pack" (Error: net::ERR_CONNECTION_RESET)
If I try to install "C/C++ Extension Pack", it's just getting stuck on the "Installing" stage:
I tried waiting about a hour, reinstalling VS Code (without system files, AppData, ...
0
votes
0
answers
42
views
vscode.window.activeTerminal doesn't update when an extension opens a new terminal
I've built an small extension which runs an command in debug terminal. problem is after debug terminal created, when I check active terminal , it still points terminal before debug terminal . But, on ...
-1
votes
1
answer
37
views
Opening Visual Studio Code [closed]
What if you are attempting to run VS Code, and it says a version is already running?
-3
votes
1
answer
83
views
VS Code not rendering TypeScript errors when hovering over the underlined code [closed]
let message: string = "Hello TypeScript!";
message = 98
The file containing the above code is index.ts. VS Code does correctly underline message with the red squiggly line to indicate an ...
0
votes
0
answers
31
views
VSCode clangd extension ignores .clangd file in project
I'm trying to use the clangd extension for vscode because it has some handy code completion features that I like.
I get the clangd can't read header files and so it produces huge numbers of "Use ...