Skip to content

Commit

Permalink
remove 'msjsdiag.debugger-for-chrome'
Browse files Browse the repository at this point in the history
This extension was deprecated as the functionality is
now included in VSCode.

see https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome
  • Loading branch information
mjaschen committed Jun 18, 2023
1 parent bdb7d1f commit 2a2dfe1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"ms-azuretools.vscode-docker",
"msjsdiag.debugger-for-chrome"
]
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "ms-azuretools.vscode-docker"]
}

0 comments on commit 2a2dfe1

Please sign in to comment.