61,021 questions
Score of 0
1 answer
84 views
How to configure an external LLM agent into VS Code "Agents"
Is it possible to use an external subscription (Claude or openAI) in the Agents panel of VS Code?
How do I configure?
I can see it supports natively Claude models but I need to use them as part of an ...
Score of -1
0 answers
75 views
Using custom framework assemblies in a .NET project [closed]
I have a need to use custom core framework assemblies (System.dll, System.*.*, etc) as well as custom mscorlib.dll in my project so I can have proper intellisense/analyzer working on a proper ...
Score of -6
0 answers
83 views
Which VScode compatible AI coding agent is best for West Africa region as ChatGPT-Official is unavailable? How good and reliable is CodeGPT? [closed]
I have VSCode version 1.128.0 and I need a capable coding agent. I'm working on a complex project that converts engineering data to video. I was hoping to use ChatGPT-4.1 and its extensions so it can ...
Score of -6
0 answers
172 views
Codex doesn't load on VS Code(Linux Fedora) [closed]
I've been using VS Code on Linux(Fedora) about 2 months, and today I open it and realize Codex doesn't load despite I reloaded, switch to another version of Codex but still not work.
enter image ...
Score of 0
1 answer
118 views
wxWidgets and vcpkg: Exception has occurred: FATAL_ERROR - CMake Error at CMakeLists.txt:3 (find_package)
In setting up my development environment on debian 13 for wxWidgets using Visual Studio Code. I successfully installed all requirements for C++, wxWidgets and vcpkg following:
wxWidgets and vcpkg ...
Score of -1
0 answers
58 views
VS Code remote-ssh xdebug PHP hover does not show variable values
This question is about VS Code via remote-ssh. The function seems normal if debugging locally - or at least I have not seen this problem yet.
I use MacOS-based Visual Studio Code extensively to test ...
Score of -4
0 answers
87 views
Imgui include errors on first include [closed]
System, IDE, Compiler:
I'm starting a new project with imgui and I cannot fix an error with the first include statement in the main cpp file. I'm using the example program for glfw with opengl3 on ...
Score of 2
1 answer
78 views
Angular Component Import Error -991010 when using certain Typescript paths [closed]
This is a bit of an odd one, and I've been unable to recreate it on stackblitz.
The project has been around since Angular 8 and has been upgraded to 22. When baseUrl was dropped, we initially used ...
Score of -3
1 answer
83 views
How can I configure Claude Desktop to programmatically query VS Code documentation using the Model Context Protocol (MCP)?
Body
I am trying to give Claude Desktop native access to Visual Studio Code's technical documentation via the Model Context Protocol (MCP) so I can query documentation directly within my local IDE/...
Score of 0
1 answer
75 views
Github Copilot in VS Code do not wait for run_in_terminal commands
Assume the prompt in Github Copilot chat have to call some powershell command. When the command is called the chat does not wait for the result and assumes there was no output. What can be the problem?...
Advice
0
votes
1
replies
62
views
How to solve `npm i package` and Vscode Default Formatter conflict
When I run npm i a-package package.json contains a new line at the end, but when I format that file with Json Language Feature the default json formatter of vscode, that line is removed. This causes ...
Score of -3
1 answer
68 views
Is there an enterprise policy to prevent VSIX extension installation? [closed]
Is there a supported way to disable "Install from VSIX..." in VS Code?
Specifically, I'm trying to understand whether VS Code provides any built-in setting or enterprise policy to:
Disable ...
Score of 0
3 answers
121 views
PHP Intelephense not applying syntax highlighting despite correct language detection in VS Code
Problem:
I am experiencing an issue with the PHP Intelephense extension in Visual Studio Code. Although my files are correctly recognized as PHP (as shown in the status bar), the code remains ...
Score of 1
0 answers
108 views
Is it possible to split a single tab in VS Code editor horizontally?
I'm running VS Code 1.126.0 on Linux Mint 22.1. I can split the editor into different groups of tabs in either orientation and I can split a single tab vertically but just can't figure out how to ...
Score of 0
0 answers
86 views
VCPKG Command Not Found VSCode Windows [closed]
I'm trying to set up vcpkg in VS Code for the first time so I can install some packages for a project, and I've been following the install instructions from the official site (and also poked around at ...