vscode ubuntu18.04 root启动无反应

Posted sung_june

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode ubuntu18.04 root启动无反应相关的知识,希望对你有一定的参考价值。

以root启动网上的方法统一都是 --user-data-dir

就我遇到的情况,单独添加此选项并不能解决问题,启动code无反应

dmesg查看,code段错误

[481342.527681] traps: code[84928] trap int3 ip:55fbc7563653 sp:7fffce6bd1b0 error:0 in code[55fbc4dbc000+5ee2000]
 

[481342.527681] traps: code[84928] trap int3 ip:55fbc7563653 sp:7fffce6bd1b0 error:0 in code[55fbc4dbc000+5ee2000]

执行code --user-data-dir=~/.vscode --verbose,提示

[0915/091505.731209:FATAL:electron_main_delegate.cc(309)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
 

[0915/091505.731209:FATAL:electron_main_delegate.cc(309)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

因此最终执行命令 code --user-data-dir=~/.vscode --no-sandbox

后面遇到启动问题的小伙伴加个verbos选项看看什么错误吧

以上是关于vscode ubuntu18.04 root启动无反应的主要内容,如果未能解决你的问题,请参考以下文章

vscode ubuntu18.04 root启动无反应

Ubuntu 18.04 新系统 允许root远程登录

Ubuntu 18.04 新系统 允许root远程登录

Ubuntu18.04 设置开机启动docker

微软在 Ubuntu 18.04 LTS 上是不是有官方维护的 vscode snap?

错误记录Ubuntu 中 ROOT 用户无法启动 Visual Studio Code 开发环境 ( 推荐在普通用户下使用 VSCode 开发环境 )