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",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"command": "deno task debug",
|
"command": "deno task server",
|
||||||
"name": "Run deno task debug",
|
"name": "Run server",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"type": "node-terminal",
|
"type": "node-terminal",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user