Skip to content

Commit cf92096

Browse files
authored
Update debugging-in-vscode.md
Chrome and firefox addons are deprecated VS Code has a bundled JS Debugger
1 parent e468cc0 commit cf92096

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/v2/cookbook/debugging-in-vscode.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ This recipe shows how to debug [Vue CLI](https://github.com/vuejs/vue-cli) appli
1212

1313
## Prerequisites
1414

15-
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:
16-
17-
* [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)
18-
* [Debugger for Firefox](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-firefox-debug)
15+
Make sure you have VS Code and either Chrome or Firefox browser installed.
1916

2017
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.
2118

0 commit comments

Comments
 (0)