Bug 1676898 [wpt PR 26509] - Move wpt/css/composite-bgcolor-animation to wpt/css...
[gecko.git] / .vscode / extensions.json
blob9f3278bda3a0a98356d04838f24c78b36ece953b
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     // Prettier support.
10     "esbenp.prettier-vscode",
11     // C/C++ language support with clangd
12     "llvm-vs-code-extensions.vscode-clangd",
13     // Rust language support.
14     "rust-lang.rust",
15     // Provides support for rust-analyzer: novel LSP server for the Rust programming language.
16     "matklad.rust-analyzer",
17     // CSS support for HTML documents.
18     "ecmel.vscode-html-css",
19     // Web app and extension debugging.
20     "firefox-devtools.vscode-firefox-debug",
21     // IDL language support
22     "mythmon.idl",
23     // Mercurial support
24     "mrcrowl.hg"
25   ]