From cf92096ffc314b5be3b5be98776a696f0134f737 Mon Sep 17 00:00:00 2001 From: Theo Kondakos Date: Tue, 13 May 2025 10:49:29 +0300 Subject: [PATCH] Update debugging-in-vscode.md Chrome and firefox addons are deprecated VS Code has a bundled JS Debugger --- src/v2/cookbook/debugging-in-vscode.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/v2/cookbook/debugging-in-vscode.md b/src/v2/cookbook/debugging-in-vscode.md index 5c79d7b6dd..716a1deb44 100644 --- a/src/v2/cookbook/debugging-in-vscode.md +++ b/src/v2/cookbook/debugging-in-vscode.md @@ -12,10 +12,7 @@ This recipe shows how to debug [Vue CLI](https://github.com/vuejs/vue-cli) appli ## Prerequisites -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: - -* [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) -* [Debugger for Firefox](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-firefox-debug) +Make sure you have VS Code and either Chrome or Firefox browser installed. 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.