在Ubuntu 14.04上运行VS代码

时间:2015-04-30 12:26:45

标签: ubuntu ubuntu-14.04 visual-studio-code

我已经下载了VSCode-linux-x64.zip。当我尝试使用GUI提取它时失败:

Extract archive error

可以使用终端提取存档,不会产生错误:

$ 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或让代码弹出告诉我:

VS Code crashes during start up

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

VSCODE does not work for me on Linux有同样的问题,但由于我运行的是Ubuntu 14.04而不是Arch Linux,我认为他们的解决方案并不适用于我。

1 个答案:

答案 0 :(得分:3)

找到解决方案,只需从命令行解压缩

unzip VSCode-linux-x64.zip

然后双击代码文件

运行