刚了解VSCODE,很高兴尝试一下。我下载,解压缩并运行了可执行文件。我得到:
$ Code
[2183:0429/201254: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
bash: .bashrc: No such file or directory
^C
那时没有任何窗口出现,什么也没有发生,我所能做的一切都^ C。除了运行它,我在指令中什么都看不到。还有其他人有这个问题吗?
[Arch Linux 4.0.1]
最佳答案
对于Arch Linux,AUR中提供了一个软件包。 https://aur.archlinux.org/packages/visual-studio-code/。
此AUR套件具有
alsa-lib
cairo
fontconfig
gcc-libs
gconf
gtk2
libxtst
nss
python
作为其依赖项。通过软件包管理器安装这些依赖项可以解决此问题。我试图通过删除软件包来复制错误,但我没有成功。
我也得到了错误消息的第一部分。由于编辑器按预期启动,因此似乎可以忽略。
[7190:0501/233446: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.
关于linux - VSCODE在Linux上对我不起作用,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/29958452/