首页 > 解决方案 > 有人可以解释这一切意味着什么吗?

问题描述

   {
       // Use IntelliSense to learn about possible attributes.
       // Hover to view descriptions of existing attributes.
       // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
       "version": "0.2.0",
       "configurations": [
           {
               "type": "pwa-chrome",
               "request": "launch",
               "name": "Launch Chrome against localhost",
               "url": "http://localhost:8080",
               "webRoot": "${workspaceFolder}"
           }
       ]
   }

我试图了解如何运行我的 html 文件,以便它在 chrome 上创建一个网页,但我不确定这一切是什么以及这是否正确。

标签: htmljsonvisual-studio-code

解决方案


我想在 chrome 中打开一个 html 文件,右键单击该文件并选择:用 chrome 打开。


推荐阅读