【发布时间】:2015-07-10 03:46:03
【问题描述】:
我已经下载了 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 does not work for me on Linux 有同样的问题,但由于我运行的是 Ubuntu 14.04 而不是 Arch Linux,我想他们的解决方案不适用于我。
【问题讨论】:
-
我有同样的问题任何解决方案@Alrekr
-
我的代码运行良好。启动时,我在终端中收到相同的消息,所以我想它们是正常的。在官方网站上,他们声明该程序仍处于预览阶段。除了等待发布之外,您可能无能为力。
-
@Janman 该团队还写道,我们可以使用 SO 来“参与”(无论他们是什么意思)。因为他们没有在 Twitter 上回复,所以我去了这里。我想我会等到预览更成熟一点。
标签: ubuntu ubuntu-14.04 visual-studio-code