在Chrome中打开VS代码

时间:2020-11-05 12:16:08

标签: google-chrome visual-studio-code google-chrome-extension vscode-debugger

我是编码的新手,只是参加了一个研讨会,但是进展很快。

他打开了Chrome中的vs代码,但并没有真正了解他的操作方式。

我已经下载了chrome调试扩展程序,但是显然我需要编辑也许更适合我的计算机的标准代码?

给出的代码是

{

    "version": "0.1.0",
    "configurations": [
        {
            "name": "Launch localhost",
            "type": "chrome",
            "request": "launch",
            "url": "http://localhost/mypage.html",
            "webRoot": "${workspaceFolder}/wwwroot"
        },
        {
            "name": "Launch index.html",
            "type": "chrome",
            "request": "launch",
            "file": "${workspaceFolder}/index.html"
        },
    ]
}

要使其正常运行,我需要更改什么?

希望能学到更多知识并乐在其中。 抱歉,这是一个菜鸟问题,正如我所说的,我是新来的。

非常感谢。

0 个答案:

没有答案