zl程序教程

您现在的位置是:首页 >  工具

当前栏目

vscode端点配置

VSCode配置 端点
2023-06-13 09:11:30 时间
{
    // 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": "attach",
        "name": "Node: Nodemon",
        "processId": "${command:PickProcess}",
        "restart": true,
        "outFiles": [
          "!**/node_modules/**"
        ]
      }
    ]
}