tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

extensions.json (921B)


      1 {
      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    // Provides support for rust-analyzer: novel LSP server for the Rust programming language.
     14    "rust-lang.rust-analyzer",
     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    // VSCode Remote Development over SSH
     22    "ms-vscode-remote.remote-ssh",
     23    // Support auto-linking bug numbers and phabricator revisions in the terminal
     24    "fractalbrew.terminal-links",
     25  ]
     26 }