| 12345678910111213141516171819 |
- {
- "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测试环境",
- "request": "launch",
- "command": "npm run dev:custom wp-sit",
- "cwd": "${workspaceFolder}"
- }
- ]
- }
|