mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
5f29693c51
Differential Revision: https://phabricator.services.mozilla.com/D3161 --HG-- extra : moz-landing-system : lando
19 lines
571 B
JSON
19 lines
571 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",
|
|
// JS Babel ES6/ES7 syntax hilight.
|
|
"dzannotti.vscode-babel-coloring",
|
|
// ESLint support.
|
|
"dbaeumer.vscode-eslint",
|
|
// C/C++ language support.
|
|
"ms-vscode.cpptools",
|
|
// Rust language support.
|
|
"rust-lang.rust",
|
|
// CSS support for HTML documents.
|
|
"ecmel.vscode-html-css"
|
|
]
|
|
}
|