mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
7b202f1cb6
MozReview-Commit-ID: 3pI4BSax7dE --HG-- extra : rebase_source : 9479215d6cfe761dd65584c78c2d941f0e0d1ed1
19 lines
581 B
JSON
19 lines
581 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.
|
|
"kalitaalexey.vscode-rust",
|
|
// CSS support for HTML documents.
|
|
"ecmel.vscode-html-css"
|
|
]
|
|
}
|