no bug - Doc: document some vscode extensions r=nox

Differential Revision: https://phabricator.services.mozilla.com/D73083
This commit is contained in:
Sylvestre Ledru 2020-05-04 16:34:23 +00:00
Родитель 6dde680742
Коммит ee3767098d
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -42,6 +42,15 @@ you might find that this isn't working on large source code files, but triggerin
"editor.formatOnSaveTimeout": 5000
Recommended extensions
~~~~~~~~~~~~~~~~~~~~~~
By default, Firefox source tree comes with its own set of recommendations of Visual Studio Code extensions. They are listed in `.vscode/extensions.json <https://searchfox.org/mozilla-central/source/.vscode/extensions.json>`__.
For Rust development, the `rust-analyzer <https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer>`__ extension is recommended.
`See the manual <https://rust-analyzer.github.io/manual.html>`__ for more information.
VIM
---