VSCODE does not work for me on Linux

Just found out about VSCODE excited to try. I downloaded, unpacked and launched the executable. I get:

$ Code
[2183:0429/201254:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
bash: .bashrc: No such file or directory
^C

At this point, the window does not appear, nothing happens, and all I can do is ^ C from it. I do not see anything in the instructions that I have to do except start. Does anyone else have this problem?

[Arch Linux 4.0.1]

+3
source share
3 answers

For Arch Linux, the package is available in AUR. https://aur.archlinux.org/packages/visual-studio-code/ .

This AUR package has

alsa-lib
cairo
fontconfig
gcc-libs
gconf
gtk2
libxtst
nss
python

. . , , .

. , , , .

[7190:0501/233446:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
+1

.
Visual Studio Code , . : https://code.visualstudio.com/Docs/FAQ
, , , .

0

. :

# increasing the capacity of watchers

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
0

All Articles