Skip to main content

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.

1 vote
0 answers
45 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 ...
a dude's user avatar
  • 11
0 votes
1 answer
27 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,...
AlMa1r's user avatar
  • 1
4 votes
1 answer
472 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....
YoctoDragon's user avatar
1 vote
1 answer
119 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 ...
Dédé's user avatar
  • 11
0 votes
0 answers
43 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 ...
Ziqi Fan's user avatar
  • 237
0 votes
1 answer
132 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.
Shore's user avatar
  • 103
2 votes
3 answers
1k 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 ...
LukeW's user avatar
  • 23
1 vote
1 answer
104 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 $ ...
ychiucco's user avatar
  • 113
0 votes
0 answers
122 views

Cannot copy text from tmux integrated terminal in update 1.82.2

I solved this issue of copying text from tmux window inside Visual Studio Code's integrated terminal by holding Option key but with the latest upgrade to 1.82.2 I am not able to copy the text from ...
romanzdk's user avatar
  • 101
0 votes
1 answer
3k 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 ...
shawn1874's user avatar
  • 101
2 votes
0 answers
1k views

How can I show the resource usage of a Jupyter notebook in VSCode

Understand that there is a jupyter-resource-usage Jupyter extension which allows us to monitor the resource usage (e.g. CPU, memory) of a running Notebook (server and its children (kernels, terminals, ...
Shern's user avatar
  • 121
0 votes
1 answer
316 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 ...
eugenio b's user avatar
0 votes
0 answers
2k views

Can't find `C/C++: gcc build and debug active file`, when trying to compile C program in vscode classic on manajro

When I click the arrow button: I get these options: I'm looking to get the C/C++: gcc build and debug active file option. This is a freshly installed manjaro and vscode. Vscode was installed via ...
Manfred's user avatar
  • 25
0 votes
0 answers
435 views

How to split long lines to shorter one in VS Codium when one formats the document

In VS Codium, is it possible to modify the Format Document -command such that it splits for example LaTeX files that has too long lines to two or more lines? Or is there an extension to do that?
guest's user avatar
  • 1
0 votes
1 answer
57 views

gcc doesn't find output fine and therefore cannot compile my c program (vscode)

As the title suggests it is the output file it cannot find, not sure why this is an issue here is my c_cpp_properties.json: { "configurations": [ { "name": &...
Manfred's user avatar
  • 25

15 30 50 per page