2017-02-22 14:57:57 +03:00
|
|
|
{
|
2019-07-06 10:33:28 +03:00
|
|
|
// 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",
|
2020-08-06 09:25:17 +03:00
|
|
|
// C/C++ language support with clangd
|
|
|
|
"llvm-vs-code-extensions.vscode-clangd",
|
2020-06-12 13:41:36 +03:00
|
|
|
// Provides support for rust-analyzer: novel LSP server for the Rust programming language.
|
|
|
|
"matklad.rust-analyzer",
|
2019-07-06 10:33:28 +03:00
|
|
|
// CSS support for HTML documents.
|
|
|
|
"ecmel.vscode-html-css",
|
2019-09-27 01:01:19 +03:00
|
|
|
// Web app and extension debugging.
|
|
|
|
"firefox-devtools.vscode-firefox-debug",
|
2019-07-06 10:33:28 +03:00
|
|
|
// IDL language support
|
2020-06-17 19:26:45 +03:00
|
|
|
"mythmon.idl",
|
|
|
|
// Mercurial support
|
2021-03-30 17:44:51 +03:00
|
|
|
"mrcrowl.hg",
|
|
|
|
// VSCode Remote Development over SSH
|
|
|
|
"ms-vscode-remote.remote-ssh",
|
2019-07-06 10:33:28 +03:00
|
|
|
]
|
2017-02-22 14:57:57 +03:00
|
|
|
}
|