Bug 1583388 - Recommend the Firefox debugger VSCode plugin. r=jlast

DONTBUILD because this is just an IDE config change.

Differential Revision: https://phabricator.services.mozilla.com/D46874

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Panos Astithas 2019-09-26 22:01:19 +00:00
Родитель 1f920838b5
Коммит b9773391b9
1 изменённых файлов: 2 добавлений и 0 удалений

2
.vscode/extensions.json поставляемый
Просмотреть файл

@ -14,6 +14,8 @@
"rust-lang.rust",
// CSS support for HTML documents.
"ecmel.vscode-html-css",
// Web app and extension debugging.
"firefox-devtools.vscode-firefox-debug",
// IDL language support
"mythmon.idl"
]