qqbot/.vscode/launch.json

12 lines
269 B
JSON
Raw Normal View History

2022-06-02 00:22:39 +08:00
{
"version": "0.2.0",
"configurations": [
{
2022-06-02 15:45:35 +08:00
"type": "node-terminal",
"name": "Run Script: start",
2022-06-02 00:22:39 +08:00
"request": "launch",
2022-06-02 15:45:35 +08:00
"command": "yarn run start",
"cwd": "${workspaceFolder}"
2022-06-02 00:22:39 +08:00
}
]
}