summaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: 863979c0be8c1062717962d06119ff62c64581b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  // See http://go.microsoft.com/fwlink/?LinkId=827846
  // for the documentation about the extensions.json format
  "recommendations": [
    // Trim only touched lines.
    "NathanRidley.autotrim",
    // ESLint support.
    "dbaeumer.vscode-eslint",
    // Prettier support.
    "esbenp.prettier-vscode",
    // C/C++ language support with clangd
    "llvm-vs-code-extensions.vscode-clangd",
    // Provides support for rust-analyzer: novel LSP server for the Rust programming language.
    "rust-lang.rust-analyzer",
    // CSS support for HTML documents.
    "ecmel.vscode-html-css",
    // Web app and extension debugging.
    "firefox-devtools.vscode-firefox-debug",
    // IDL language support
    "mythmon.idl",
    // Mercurial support
    "mrcrowl.hg",
    // VSCode Remote Development over SSH
    "ms-vscode-remote.remote-ssh",
  ]
}