User settings
// Place your settings in this file to overwrite the default settings { "update.channel": "none", "workbench.colorTheme": "Default Light+", "git.path": "C:\\Program Files (x86)\\PortableGit\\git-cmd.exe" }
调试
launch.json
{ // 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": "${workspaceRoot}/v2/app/api.js" } ] }
原文地址:https://www.cnblogs.com/tonggc1668/p/9755674.html
时间: 2024-11-04 20:34:37