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",
|
|
|
|
// C/C++ language support.
|
|
|
|
"ms-vscode.cpptools",
|
|
|
|
// Rust language support.
|
|
|
|
"rust-lang.rust",
|
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
|
|
|
|
"mrcrowl.hg"
|
2019-07-06 10:33:28 +03:00
|
|
|
]
|
2017-02-22 14:57:57 +03:00
|
|
|
}
|