Questions tagged [visual-studio-code]
Visual Studio Code is an open source text editor available for Linux, OS X, and Windows. It includes support for debugging, embedded Git Control and rich development experiences such as intelligent code completion. It is open source driven by Microsoft, built on Electron like GitHub's Atom.
63 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
16
views
Can't install Vscode on OpenSuse Tumbleweed
I am a linux beginner and it's been a while since the last time i've used this os. Afther having reinstalled opensuse tumbleweed on my machine, i started reinstalling the software i needed, includind ...
1
vote
1
answer
55
views
Using vi :s to swap a captured word to end of line
In VI I have a series of lines like
al xxe fl e ~ ] ~ stand ~ sneak ~ w ~ slit %
That I'd like to look like this:
al xxe ] ~ stand ~ sneak ~ w ~ slit % ~ fl e
It's only 8 lines, so I'll ...
1
vote
1
answer
88
views
Issue with `BASH_LINENO` in bash function which get debugging information
In Visual Code, on Windows 10, I'm trying to create a function for my .sh project (which I run with Git Bash), which will report errors to the console in case user, let's say, provides fewer or more ...
0
votes
1
answer
46
views
How to split VSCode editor as attached screenshot?
Somehow the Microsoft Visual Studio Code editor zone is split horizontally as in the screenshot that just shows a blue line without the filename.
I tried clicking the option to split editor but it ...
0
votes
0
answers
40
views
Duplicated instance of VSCodium in Awesome WM with Tyrannical
I'm using Awesome WM (v4.3) with Tyrannical plugin on Debian 12 and I observe an unexpected behavior of VSCodium.
Using the following configuration (in rc.lua config file of Awesome WM), when I start ...
0
votes
0
answers
71
views
vscode linux UI border menu has a white border
I am using Linux Ubuntu LTS 20.04 with BSPWM, SXHKD, PICOM, POLYBAR, on VMware Pro. When I click on any menu, it has a border around it that is white and a little blurry. How can I solve it? I want to ...
1
vote
0
answers
135
views
SSHing into remote machine from terminal doesn't ask for password, but through VS Code integrated terminal, it does, Why?
I'm working on a project where I have to run a python script which will open a tmux session with multiple windows, in each one ssh into a different remote machine, and run another python script. I'm ...
0
votes
1
answer
119
views
Where to get Debian packages for Visual Studio Code from: packages.microsoft.com/repos/code or packages.microsoft.com/repos/vscode?
To install Visial Studio Code on Debian, different sources advise using different repositories:
https://code.visualstudio.com/docs/setup/linux advises to use https://packages.microsoft.com/repos/code,...
4
votes
1
answer
1k
views
ps: invalid option -- 'p'
I'm using Yocto Project (honister) to build my OS image. When I'm trying to use vscode ssh extension, I'm getting an error:
> ps: invalid option -- 'p'
> BusyBox v1.34.1 () multi-call binary....
1
vote
1
answer
2k
views
How to show all current ssh connected users on Linux?
Using GCP VM Instance, I'm connected via ssh, not serial port. When I type w or who or finger I get the following output:
$ w
08:46:18 up 41 min, 0 users, load average: 0.10, 0.07, 0.01
USER TTY ...
0
votes
0
answers
69
views
"[" displayed as "Ä" and "]" displayed as "Å" in remote terminal from vscode
I did the following things in VSCODE:
remote ssh into a remote virtual machine;
opened a terminal;
typed some characters into the terminal.
I then noticed that [ is displayed as Ä and ] is displayed ...
0
votes
1
answer
457
views
vscode and edge has different mouse cursor size with system
I'm on manjaro with xfce. my mouse cursor size differs when it is on vscode and not. it also happens on edge.
The vscode is installed use aur of visual-studio-code-bin package.
4
votes
3
answers
5k
views
Running VSCode headless, without installing desktop environment
Can you install VS-Code-CLI on a headless machine, without installing a desktop environment too? (I sometimes wish to access my code on an Android tablet, using the PWA version of Code that doesn't ...
1
vote
1
answer
276
views
Log a list of files and open them with VSCode CLI
I'm trying to create a macro on my shell.
The operation I'm trying to automate is this one:
Find all the files containing TEXT_TO_SEARCH, and open them with VSCODE
I can do this with a one-liner
$ ...
0
votes
1
answer
7k
views
Why and how is DISPLAY variable set by MobaXterm but not VS code?
I am attempting to transition using the VS Code with the remote plugin for development on Linux VMs. However I am struggling with something related to the DISPLAY variable. Somehow during SSH to ...