我已经下载了 VSCode-linux-x64.zip。当我尝试使用 GUI 提取它时,它失败了:
可以使用终端提取存档并且不会产生错误:
$ unzip VSCode-linux-x64.zip
如果我然后尝试从终端打开程序代码,我会得到以下结果:
$ ./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!
我可以在这里使用 Ctrl+C 退出,也可以让 Code 弹出来告诉我:
如果我尝试通过双击图标打开代码,也会出现此错误。
VSCODE 在 Linux 上对我不起作用有同样的问题,但由于我运行的是 Ubuntu 14.04 而不是 Arch Linux,我想他们的解决方案不适用于我。