Skip to content

Commit 7607848

Browse files
authored
Update debugging-in-vscode.md (#1270)
* Update debugging-in-vscode.md * DEL: removed any reference to debugger extensions
1 parent ae71533 commit 7607848

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cookbook/debugging-in-vscode.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ This recipe shows how to debug [Vue CLI](https://github.com/vuejs/vue-cli) appli
66

77
## Prerequisites
88

9-
Make sure you have VS Code and the browser of your choice installed, and the latest version of the corresponding Debugger extension installed and enabled:
10-
11-
- [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)
12-
- [Debugger for Firefox](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-firefox-debug)
9+
Make sure you have VS Code and the browser of your choice installed.
1310

1411
Install and create a project with the [vue-cli](https://github.com/vuejs/vue-cli), following the instructions in the [Vue CLI Guide](https://cli.vuejs.org/). Change into the newly created application directory and open VS Code.
1512

0 commit comments

Comments
 (0)