Bug 1527719 [wpt PR 15359] - KV storage: make backingStore return the same frozen...
[gecko.git] / .vscode / extensions.json
blobb9c96e036d44b71289a576a107ad0843ef6b1988
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         // JS Babel ES6/ES7 syntax hilight.
8         "dzannotti.vscode-babel-coloring",
9         // ESLint support.
10         "dbaeumer.vscode-eslint",
11         // C/C++ language support.
12         "ms-vscode.cpptools",
13         // Rust language support.
14         "rust-lang.rust",
15         // CSS support for HTML documents.
16         "ecmel.vscode-html-css",
17         // IDL language support
18         "mythmon.idl"
19     ]