This commit is contained in:
ChaseKnowlden 2023-12-18 19:15:50 -05:00 коммит произвёл Mark Hammond
Родитель 4aa3855ba2
Коммит f475ac7f76
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -7,11 +7,11 @@
// Bash scripts linting. // Bash scripts linting.
"timonwong.shellcheck", "timonwong.shellcheck",
// Rust language support. // Rust language support.
"matklad.rust-analyzer", "rust-lang.rust-analyzer",
// Protobuf files support. // Protobuf files support.
"peterj.proto", "peterj.proto",
// TOML language support. // TOML language support.
"bungcip.better-toml", "tamasfe.even-better-toml",
// YAML language support. // YAML language support.
"redhat.vscode-yaml", "redhat.vscode-yaml",
// Cargo.toml versions helper. // Cargo.toml versions helper.