gecko-dev/.vscode/extensions.json
Panos Astithas b9773391b9 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
2019-09-26 22:01:19 +00:00

23 lines
623 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
// Trim only touched lines.
"NathanRidley.autotrim",
// ESLint support.
"dbaeumer.vscode-eslint",
// Prettier support.
"esbenp.prettier-vscode",
// C/C++ language support.
"ms-vscode.cpptools",
// Rust language support.
"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"
]
}