Bug 1613951 [wpt PR 21662] - Update wpt metadata, a=testonly
[gecko.git] / .vscode / extensions.json
blob6aa4a8f485ca3d0a5b79d21548539a350a869ae9
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.
12     "ms-vscode.cpptools",
13     // Rust language support.
14     "rust-lang.rust",
15     // CSS support for HTML documents.
16     "ecmel.vscode-html-css",
17     // Web app and extension debugging.
18     "firefox-devtools.vscode-firefox-debug",
19     // IDL language support
20     "mythmon.idl"
21   ]