I downloaded VSCode-linux-x64.zip. When I try to extract it using the GUI, it fails:

The archive can be extracted using the terminal and without errors:
$ unzip VSCode-linux-x64.zip
If I try to open the program code from the terminal, I get the following results:
$ ./Code
[21746:0430/141853:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
[21746:0430/141854:WARNING:file_descriptor_set_posix.cc(30)] FileDescriptorSet destroyed with unconsumed descriptors: 0/1
[atom event]: render process crashed!
I can either exit using Ctrl + C here, or press "Code" to tell me:

This error also occurs if I try to open the code by double-clicking the icon.
VSCODE does not work for me on Linux, it has the same problem, but since I am running Ubuntu 14.04 and not Arch Linux, I believe that their solution does not apply to me.
source
share