Skip to content

Commit 89cf3b7

Browse files
committed
remove debuggers for vscode
- these aren't needed as they're included with vscode now - closes SharePoint#7592
1 parent 57424ef commit 89cf3b7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/spfx/debug-in-vscode.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug SharePoint Framework solutions in Visual Studio Code
33
description: Prerequisites and steps for configuring Visual Studio Code for debugging SharePoint Framework solutions.
4-
ms.date: 02/10/2022
4+
ms.date: 04/25/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -21,11 +21,6 @@ The default SharePoint Framework web parts and extensions project templates incl
2121

2222
You also need **Google Chrome**. [Download and install the latest version of Google Chrome](https://www.google.com/chrome/browser/desktop/index.html).
2323

24-
> [!TIP]
25-
> If you're using a version of SharePoint Framework Yeoman generator that is older than version 1.3.4, you can [install the Chrome debugger extension for Visual Studio Code from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome).
26-
27-
In case you want to debug your projects with **Microsoft Edge**, you need to [install the Debugger for Edge extension for Visual Studio Code from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge) and follow the steps in [Debugging with Microsoft Edge or older projects](#debugging-with-microsoft-edge-or-older-projects).
28-
2924
## Debug configurations
3025

3126
You can locate the debug configurations in the **./vscode/launch.json** file under the Visual Studio Code workspace folder. The **launch.json** contains two debug configurations:

0 commit comments

Comments
 (0)