Bug 1685030 - Remove `rust` from `vscode` extensions list. r=sylvestre DONTBUILD

`rust` and `rust-analyzer` are incompatible together so we should remove the first
one since `rust-analyzer` is the better choice.

Differential Revision: https://phabricator.services.mozilla.com/D100759
This commit is contained in:
Andi-Bogdan Postelnicu 2021-01-05 17:28:05 +00:00
Родитель ce6f1c0ebe
Коммит 8521ee6581
1 изменённых файлов: 0 добавлений и 2 удалений

2
.vscode/extensions.json поставляемый
Просмотреть файл

@ -10,8 +10,6 @@
"esbenp.prettier-vscode",
// C/C++ language support with clangd
"llvm-vs-code-extensions.vscode-clangd",
// Rust language support.
"rust-lang.rust",
// Provides support for rust-analyzer: novel LSP server for the Rust programming language.
"matklad.rust-analyzer",
// CSS support for HTML documents.