4

我已经下载了 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 弹出来告诉我:

VS Code 在启动期间崩溃

如果我尝试通过双击图标打开代码,也会出现此错误。

VSCODE 在 Linux 上对我不起作用有同样的问题,但由于我运行的是 Ubuntu 14.04 而不是 Arch Linux,我想他们的解决方案不适用于我。

4

1 回答 1

3

找到了解决办法,直接从命令行解压

unzip VSCode-linux-x64.zip
于 2015-04-30T13:12:37.067 回答