VS code execution on Ubuntu 14.04

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

Extract archive error

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://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
[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:

VS Code crashes during start up

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.

+4
source share
1 answer

,

unzip VSCode-linux-x64.zip

+3

All Articles