chore: 修改 VSCode 調試配置
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -5,8 +5,8 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "deno task debug",
|
||||
"name": "Run deno task debug",
|
||||
"command": "deno task server",
|
||||
"name": "Run server",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user