我应该如何在 Google Chrome 上从 vs code ubuntu 打开我的 html 文件?我看了几个视频,还安装了相关的扩展
我已经在 ubuntu 上输入命令“google-chrome --version”检查了 google_chrome 的安装是否存在错误,它给出了“Google Chrome 114.0.5735.198”,但是当我想从 vs code 打开我的 html 文件到 google-chrome 时,它仍然给出错误。以下是我尝试更改浏览器名称以打开我的 html 文件时收到的错误列表。我看过一个视频“https://youtu.be/N9_XD3Tgl5I”,它有同样的错误,但那个人用的是 firefox 而不是 google-chrome。我尝试应用相同的程序,用 google-chrome 代替 firefox,尝试了不同的编写方法,但每次都出现以下错误:请查看上面的视频,以便您更好地理解我的问题。
当我输入 gogle-chrome 时“[正在运行] google-chrome $filename“/home/mamoona/html-practice/hello-html/html-hello-world.html” [3590:3590:0716/180848.468758:ERROR:browser_dm_token_storage_linux.cc(100)] 错误:/etc/machine-id 包含 0 个字符(预期为 32 个)。 [3590:3617:0716/180848.622877:ERROR:bus.cc(399)] 无法连接到总线:无法连接到套接字 /run/dbus/system_bus_socket:没有此文件或目录 [3590:3590:0716/180848.698761:ERROR:ozone_platform_x11.cc(239)] 缺少 X 服务器或 $DISPLAY [3590:3590:0716/180848.698828:ERROR:env.cc(255)] 平台初始化失败。退出。
[完成] 于 1.368 秒内退出,代码为 1
当我进入Google时[正在运行] Google $filename“/home/mamoona/html-practice/hello-html/html-hello-world.html”/bin/sh:1:Google:未找到
[完成] 于 0.071 秒内退出,代码为 127
当我仅输入 Chrome 时[正在运行] Chrome $filename“/home/mamoona/html-practice/hello-html/html-hello-world.html”/bin/sh:1:Chrome:未找到
[完成] 于 0.071 秒内退出,代码为 127
当我进入 Google Chrome 时[正在运行] Google Chrome $filename“/home/mamoona/html-practice/hello-html/html-hello-world.html”/bin/sh:1:Google:未找到
[完成] 于 0.068 秒内退出,代码为 127
当我进入 Google-Chrome 时[正在运行] Google-Chrome $filename“/home/mamoona/html-practice/hello-html/html-hello-world.html”/bin/sh:1:Google-Chrome:未找到
[完成] 于 0.077 秒内退出,代码为 127
当我输入 google_chrome 时[运行] google_chrome $filename“/home/mamoona/html-practice/hello-html/html-hello-world.html”/bin/sh:1: google_chrome:未找到
[完成] 退出,代码=127,耗时 0.066 秒”
然后,我想到在 ubuntu 上安装 Firefox,因为现在人们不再像这样运行 html 文件了。人们现在使用实时服务器。但我仍然无法使用 sudo snap install firefox 命令安装 Firefox,因为它给出了一条错误消息:“mamoona@DESKTOP-JIVR4K5:~$ sudo apt install firefox 正在读取软件包列表... 完成 正在构建依赖关系树... 完成 正在读取状态信息... 完成 Firefox 已经是最新版本 (1:1snap1-0ubuntu2)。0 个已升级,0 个新安装,0 个要删除,2 个未升级。mamoona@DESKTOP-JIVR4K5:~$ snap install firefox 错误:无法与服务器通信:发布“http://localhost/v2/snaps/firefox”:dial unix /run/snapd.socket:connect:没有这样的文件或目录”
此外,由于我尝试直接从我的 vs code 在浏览器中打开我的 html 文件,因此打开命令在我的 ubuntu 上不起作用
请帮助我,以便我能够将我在 ubuntu 中输入的 vs code 运行到任何浏览器,无论是 chrome 还是 firefox我正在使用 Ubuntu WSL 2 版本