remove 'msjsdiag.debugger-for-chrome'

This extension was deprecated as the functionality is
now included in VSCode.

see https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome
This commit is contained in:
Marcus Jaschen 2023-06-18 10:28:50 +02:00
parent bdb7d1f650
commit 2a2dfe1ded

View file

@ -1,8 +1,3 @@
{ {
"recommendations": [ "recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "ms-azuretools.vscode-docker"]
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"ms-azuretools.vscode-docker",
"msjsdiag.debugger-for-chrome"
]
} }