1.增加开发环境配置
@@ -4,6 +4,13 @@
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
+ {
+ "type": "node-terminal",
+ "name": "开发环境",
+ "request": "launch",
+ "command": "npm run dev:custom wp-dev",
+ "cwd": "${workspaceFolder}"
+ },
{
"type": "node-terminal",
"name": "SIT测试环境",