From ced3bda8bb9a106a80ca4c9b680538b61a66fe83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Thu, 9 Jan 2025 14:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20vscode=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9439a1d..3943f64 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,10 +7,17 @@ { "type": "node-terminal", - "name": "运行脚本: dev", + "name": "dev", "request": "launch", "command": "npm run dev", "cwd": "${workspaceFolder}" + }, + { + "type": "node-terminal", + "name": "build electron", + "request": "launch", + "command": "npm run build:electron", + "cwd": "${workspaceFolder}" } ] } \ No newline at end of file