Bug 1550030 - Part 1: Implement the DOM mutation breakpoint context menu items in...
[gecko.git] / .vscode / extensions.json
blobd6b68845988e9747c059d9c6339e05ef99a33429
2     // See http://go.microsoft.com/fwlink/?LinkId=827846
3     // for the documentation about the extensions.json format
4     "recommendations": [
5         // Trim only touched lines.
6         "NathanRidley.autotrim",
7         // ESLint support.
8         "dbaeumer.vscode-eslint",
9         // C/C++ language support.
10         "ms-vscode.cpptools",
11         // Rust language support.
12         "rust-lang.rust",
13         // CSS support for HTML documents.
14         "ecmel.vscode-html-css",
15         // IDL language support
16         "mythmon.idl"
17     ]