Skip to content

Commit 49d28f6

Browse files
committed
2 parents 90e6383 + 39fa31a commit 49d28f6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/guide/recipes.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,12 @@ Add the `electron-debug` task to `.vscode/tasks.json`, which will start the Elec
220220
{
221221
"label": "electron-debug",
222222
"type": "process",
223-
"command": "node",
223+
"command": "./node_modules/.bin/vue-cli-service",
224+
"windows": {
225+
"command": "./node_modules/.bin/vue-cli-service.cmd"
226+
},
224227
"isBackground": true,
225-
"args": [
226-
"./node_modules/.bin/vue-cli-service",
227-
"electron:serve",
228-
"--debug"
229-
],
228+
"args": ["electron:serve", "--debug"],
230229
"problemMatcher": {
231230
"owner": "custom",
232231
"pattern": {

0 commit comments

Comments
 (0)