Skip to content

Commit

Permalink
fix(debugging): use integrated terminal in VSCode (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcherry2 authored Oct 17, 2023
1 parent 04573fa commit 295395f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion advanced/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ If you are using < 1.8 you should really be updating Electron anyway.
"foo",
"bar"
],
"cwd": "${workspaceFolder}"
"cwd": "${workspaceFolder}",
"console": "integratedTerminal"
}
```
{% endcode %}
Expand Down

0 comments on commit 295395f

Please sign in to comment.