Questions tagged [visual-studio-code]
Visual Studio Code is a cross-platform source code editor from Microsoft.
904 questions
6
votes
1
answer
761
views
Why can’t I start Chromium, Google Chrome, and Visual Studio Code, because they failed to connect to Wayland display in Arch Linux?
Starting Chromium, Google Chrome Stable or Visual Studio Code fails with below error. This has been happening for the past approximately three weeks. Prior to that, all three applications worked.
[...
0
votes
1
answer
102
views
In VS Code, how can I make ChatGPT/Codex generate clickable links to files in the chat window?
When I click on links to files in the VS Code chat window, this makes Firefox (my default browser) open and attempt to use the link as a URL.
In other words, when I click on a blue link in the chat ...
2
votes
1
answer
79
views
vscode no longer shows remote ssh hostname on bottom left of window
I have been using vscode for several years, doing remote-system devlopment. MacOS hosts the vscode program. Until today (and there has been no intentional upgrade done), the hostnames used to appear ...
0
votes
1
answer
47
views
Can I undo clearing the debug console in VS Code?
I accidentally cleared my debug console in Visual Studio Code by pressing the "Clear Console" button next to the search button. I was running an application that communicated with an ...
2
votes
1
answer
394
views
Why are VS Code extensions not loading on Ubuntu?
When I try to install or update an extension from the marketplace, it can't be loaded. There is no problem installing from VSIX, and I can connect to the marketplace manually. I have Ubuntu 24.04.03 ...
0
votes
0
answers
126
views
macOS VSCode Shell Command Error - "Unable to install the shell command '/usr/local/bin/code'."
I’ve recently installed VSCode on macOS Ventura 13.7.8 and I’m getting the error message "Unable to install the shell command '/usr/local/bin/code'." when I try to install ‘code’ command in ...
1
vote
1
answer
99
views
How did I get this minimalistic VSCode Terminal Window?
I am scratching my head and can't figure out how did I achieve this a week ago.
All my current attempts only give this window:
I tried:
Terminal: Move Terminal into New Window
Terminal: Move ...
1
vote
1
answer
188
views
VS Code terminal not clearing correctly on windows 10, leading to duplicated output when programming
If I open a terminal in VS Code, any terminal (powershell, bash, cmd, etc), typing "cls" clears the currently visible lines, but I can scroll up to see that it didn't clear any of the lines ...
0
votes
0
answers
83
views
VSCode Remote Target connections hang my ssh Server cannot connect to box
Whenever I use VS Code Remote Connect features to setup ssh and connect to boxes, it doesn't establish a connection, even worse, it hangs when I try other methods to connect via ssh which would have ...
1
vote
0
answers
50
views
Copy paste behavior changes w.r.t the terminal I am in, I want ctrl c ctrl v
I have two distinct terminals with different bad behaviors.
I am on Windows.
Power shell is defined correctly to use ctrl+c ctrl+v. Cursor IDE is well defined as well.
Cursor's terminal has a break ...
0
votes
0
answers
186
views
VSCode DevContainer fails to start with podman and HyperV
After posting of Stacker Overflow where it got closed for being off topic, I hope this is the correct Stack Exchange forum.
I am on a Windows 11 machine using HyperV instead of WSL because of policy ...
1
vote
0
answers
173
views
Why search "vsc" in windows start menu can find Visual Studio Code?
Windows 10 22H2.
Asking this question because at the same time, type ame can't find Adobe Media Encoder.
and I don't see vsc.exe defined in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\...
3
votes
1
answer
338
views
How do I see the history of a snippet of code in VSCode(e/ium) using git?
How do I see the history of a snippet of code in VSCode(e/ium) using git?
I'm specifically looking for a UI-based solution akin to the one available in JetBrains.
Example:
This is a visual of the ...
2
votes
1
answer
218
views
Visual Studio Code - is there a way to exclude folders from the results of Go to Symbol (CTRL + T)?
I tried the Go To Symbol (Ctrl + F) Link. But I need to exclude some folders from the list like the folder .tooling-project.
Is there a way to accomplish this?
Example from file README.adoc. It shows:
...
1
vote
1
answer
124
views
VS Code Powershell - In fullscreen, Terminal text moves upward when reopening
I'm using the powershell terminal on VS Code. I fullscreen the terminal because I can see more stuff that way.
The text of the terminal moves upward after closing and reopening, but the terminal ...