json vsc nodejs配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json vsc nodejs配置相关的知识,希望对你有一定的参考价值。

{
    // 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": "node",
            "request": "launch",
            "name": "Launch Program",
            "program": "${workspaceFolder}/app.js",
            "restart": true,
            "runtimeExecutable": "~/.nvm/versions/node/v8.11.3/bin/nodemon",
            "console": "integratedTerminal"
        }
    ]
}

以上是关于json vsc nodejs配置的主要内容,如果未能解决你的问题,请参考以下文章

log_2020_0121: vsc初尝试

Visual Studio Code-GO tasks 设置 (实现在vsc下直接编译输出的功能)

visual studio code (vsc)中查看 php 数组的全部元素

更改 VSC 中的 php 颜色标签

配置 VSC 的代码段提高记 MD 的效率

vsc配置