Remove obsolete chrome debugger recommendation

pull/113881/head
Erich Gamma 2021-01-06 09:31:15 +01:00
parent f1a0aa9378
commit 296ba5464b
1 changed files with 1 additions and 2 deletions

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"
]
}