Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
84 views

While writing some C# I noticed that the editor is suggesting to replace all my var statements with the actual type. How do I turn this off? I've gone through the all the options for the text editor ...
Fiftieth's user avatar
0 votes
1 answer
40 views

I have the following configuration in my launch.json file { "type": "node", "request": "launch", "name": &...
eliezra236's user avatar
  • 1,045
0 votes
1 answer
90 views

I'm trying to compile my app using vs code and g++ on windows 11 without having to type all the files manually in the task.json file, but everytime I try to compile I get a fatal error : cc1plus.exe: ...
HugeElmo's user avatar
-2 votes
1 answer
78 views

Whenever I type in the VSCode terminal, the autocomplete suggestion pops up right next to what I type and it's kinda annoying. This feature appeared just today for me, and I tried checking JSON ...
Maria's user avatar
  • 1
0 votes
2 answers
81 views

I installed pyenv-win in Windows 10 and followed the instructions to set all system variables and it works fine in the cmd. > python --version Python 3.10.2 When I try to use VS Code it doesn't ...
M4rc0txt's user avatar
0 votes
1 answer
74 views

I've installed the C# Dev Toolkit in VS Code. But the Solution Explorer doesn't show up for me. This is my VS Code setup: Version: 1.105.1 (system setup) Commit: ...
md1000's user avatar
  • 149
2 votes
1 answer
93 views

I am trying to debug python code in vscode using a launch config that asks for command line arguments. My script is located here: C:\Users\USERNAME\FolderName - With Spaces\_MyHome\Documents\Dev\...
skeetastax's user avatar
  • 1,816
1 vote
1 answer
47 views

I have an issue with Quarto in VS Code whith folding and outlines. Math envs have the syntax: ::: {#def-system} This is a definition ::: However, to give the enviroment a title you are suppose to use ...
Pablo's user avatar
  • 101
0 votes
1 answer
71 views

I want to step into the linear function using VS Code's step-in , but it skips automatically when I click "step into". Could anyone help me with this? I used DEBUG=1 when compiling PyTorch. ...
Shui_'s user avatar
  • 33
0 votes
1 answer
66 views

I prefer to use the normal text editor (not the merge editor) to resolve merge conflicts in VSCode. Sometimes, I need to accept both changes, but want the new text from the "incoming" change ...
ThatsJustCheesy's user avatar
2 votes
1 answer
46 views

I am consistently failing to connect to my CentOS server using the VS Code Remote - SSH extension. But I can connect and work successfully using a standard SSH client. The client PC and the server are ...
Kaine Ryder's user avatar
Advice
3 votes
2 replies
100 views

I'm using Visual Studio Code for website development, HTML, CSS, Javascript and PHP. I'm trying to find a way to start the PHP Server automatically when I load Visual Studio Code. It is just ...
Jeff's user avatar
  • 3
Tooling
2 votes
3 replies
88 views

I am a user of Eclipse and considering switching over to use VSCode for Java projects. One of the feature we have in Eclipse is code helper. When we type code, we can suggestions, be it methods or ...
Sannu's user avatar
  • 1,276
0 votes
1 answer
70 views

I recently installed a fresh Arch build with the XFCE4 Desktop Environment on a laptop and installed VS Codium. I've used VS Code on the same device but on Windows earlier and on other devices without ...
kaddy's user avatar
  • 11
3 votes
3 answers
304 views

I am using GitHub Copilot in Visual Studio Code. Some extensions (GitKraken, ...) sneakily add MCP servers. Whenever I open a new Visual Studio Code window in a new project, all these MCP servers are ...
Martin J.H.'s user avatar
  • 2,225
0 votes
1 answer
48 views

Is Visual Studio Code has tooltip Go To Type Definition function like Visual Studio or Rider, when you can go to definition by mouse clicking? VS 2022 has option "Enable mouse click to perform Go ...
Artyom Elfimov's user avatar
0 votes
0 answers
75 views

I am using VSCode with the R extension. I followed the installation guides in: https://code.visualstudio.com/docs/languages/r This used to work well, but all of a sudden, the R interactive space does ...
Doon_Bogan's user avatar
0 votes
2 answers
172 views

I have Visual Studio Code on a desktop running Windows 11, and whenever I try to install any extension, or even just try to list extensions, I get the following error: [error] [Window] Expected ',' or ...
Big_Al_Tx's user avatar
  • 1,068
3 votes
1 answer
105 views

I would like to know if there exists any way to interact programmatically with the vs code debugger during a session. Python would be ideal, but JS/TS could also work. For the langages being debugged (...
Mazrog's user avatar
  • 59
1 vote
1 answer
226 views

I am trying to set up GitHub Copilot Chat with an Azure hosted OpenAI model. But I am struggling to find an authorative answer on what to enter for the endpoint. Some blog posts suggest: https://xxx....
Matthias Arras's user avatar
-3 votes
1 answer
134 views

Whenever i click the run button on my cpp code the top search bar drops down with multiple options that im not familiar with. i would just like it to run the code in my output or terminal.
lucas buigues's user avatar
0 votes
0 answers
87 views

AI-based auto-completions on VSCode seem to be suggested in normal syntax highlighting instead of ghost text. But this behavior does not seem consistent. First suggestion is made in normal text. ...
Rui Oliveira's user avatar
0 votes
1 answer
89 views

I have a devcontainer set up as a work environment on Debian 13. Until recently, it was working perfectly fine, but recently I started getting error messages like this: Once I was already inside the ...
Nick Taber's user avatar
1 vote
0 answers
132 views

I am currently on Windows 25H2 and for past the few weeks i am having problem with VSCode. It instantly crashes when i run VSCode in any way. I have uninstalled and reinstalled it like 20+ times now ...
fLuKe's user avatar
  • 1
-1 votes
0 answers
63 views

The screenshot shows the visual corruption that is plaguing my Visual Studio Code Whenever I am running VS Code, there are small pixel deformations on the window that make it very difficult to ...
Isaac Ward's user avatar