Remove obsolete chrome debugger recommendation

This commit is contained in:
Erich Gamma 2021-01-06 09:31:15 +01:00
parent f1a0aa9378
commit 296ba5464b

View file

@ -3,7 +3,6 @@
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"msjsdiag.debugger-for-chrome"
"EditorConfig.EditorConfig"
]
}