All Questions
Tagged with visual-studio-code visual-studio
856 questions
2
votes
1
answer
71
views
Recognition of git conflict markers from git 2.50 fails in Visual Studio Code
At least three developers in our company have now encountered problems with git merge, which might come from changed behavior in git that Visual Studio Code (and Visual Studio) do not recognize. But I'...
1
vote
1
answer
82
views
How do I show output from C# code in Visual Studio Code?
I am new to using Visual Studio Code and I need help with the UI.
When I run and debug the code, it outputs to the terminal instead of a window like it does in Visual Studio. Is it possible to make it ...
0
votes
1
answer
152
views
How do I modify a GitHub Copilot MCP (Model Context Protocol) input?
Where does VS Code and Visual Studio store the MCP input? I gave them the wrong token and I want to change them now but cannot find it anywhere.
This is my definition:
"mcp": {
...
1
vote
1
answer
92
views
Is there something like gdb's non-stop mode in the visual studio debugger?
I have a multi-threaded C++ application that calls some remote functions regular to tell the remote side it is still there. The remote runs a watchdog and kills the session if it does not receive a ...
0
votes
1
answer
25
views
Add appsettings into .github folder as a link
Scenario:
I have a solution with two projects in VS22. In the explorer window I can see the two projects (and actaully some other resource dolfers I created for my own purposes) and I can add existing ...
0
votes
0
answers
23
views
Issues with aspnetcore-browser-refresh.js in a non-Visual Studio created project
I recently converted an old Angular application that was created in Visual Studio to a nx created Angular app. Long story, but basically I created the app using nx, then added an esproj so that the ...
0
votes
0
answers
32
views
Unable to load the service index for source, The SSL connection could not be established
While building and restoring my project(s) in VS/ VScode I am getting below error since a couple of days:
Unable to load the service index for source https://api.nuget.org/v3/index.json.
The SSL ...
0
votes
0
answers
53
views
Getting code 503 in code-server on Ubuntu when trying to access Marketplace
I just installed code-server. When I try to access the Marketplace, I get, "Error while fetching extensions. Server returned 503".
This is my first time using VS Code as code-server and I ...
1
vote
0
answers
56
views
my first flutter application - getting build failure exception unable to delete directory
I am trying to run my first flutter application. Followed instructions word by word as per the google https://codelabs.developers.google.com/codelabs/flutter-codelab-first#2
I have selected the target ...
0
votes
1
answer
44
views
Error connecting to Azure on Visual Studio AND Visual Studio Code
I am having a problem connecting to my Azure account on Visual Studio.
This is the error I get:
There was a problem getting the tenant info 'System.Net.Http.HttpRequestException: A connection attempt ...
0
votes
0
answers
165
views
VS Code extension installation fails, but does download the entire extension despite claiming otherwise
This issue sounds like many other issues already asked here, but I'm not able to find anything that's directly related to my case.
We're working on a join DEV remote desktop server with individual VS ...
0
votes
0
answers
111
views
NextJS Project in VS Code- tsconfig.json initialization taking too long
I have this newly created project, which has the following notification "Initializing 'nextjs-project/tsconfig.json'" which is stuck I assume.
And I presume because of this also the ...
1
vote
0
answers
49
views
Custom colors in VSCode sidebar: Active Selection Git Colors vs. Inactive Selection Git Colors
I am customizing the colors in my VSCode with workbench.colorCustomizations, I find that there is an inconsistent behavior.
In the side bar list, when the selection is active, the color always ...
0
votes
2
answers
167
views
VS code debug toolbar does not appear
i am facing a problem in relation to the debugging of a azure function app. What happens is that i run the debugger. What happens is that initially the process install the required packages and begin ...
0
votes
0
answers
13
views
Find references, go to definition etc for remote repo
When opening a repository on a server using VS Code's Remote Explorer,
I am unable to use find references, go to definition (these options dont even pop up on a right click of the term), however these ...