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.
61 questions
0 votes
1 answer
50 views
Debian: Gnome Apps: VSCode not showing up if .desktop file contains --force-user-env
I have VSCode installed using snap for a while, but since yesterday It's not showing up in apps/search. I narrowed down the issue /var/lib/snapd/desktop/applications/code_code.desktop contains --force-...
1 vote
1 answer
100 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 ...
1 vote
0 answers
145 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 ...
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....
0 votes
0 answers
80 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 ...
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 ...
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 ...
0 votes
2 answers
995 views
vscode with jupyter with archlinux
I am trying to install and use vscode with jupyter extension for coding with python on my archlinux OS. but it does not found any kernel interpreter I installed both jupyter and python extension in ...