diff --git a/.vscode/launch.json b/.vscode/launch.json index 615a6d2..00727ab 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,6 +7,13 @@ "request": "launch", "command": "pnpm run dev", "cwd": "${workspaceFolder}" + }, + { + "type": "node-terminal", + "name": "本地构建插件", + "request": "launch", + "command": "pnpm run build", + "cwd": "${workspaceFolder}" } ] } \ No newline at end of file