21 строка
554 B
JSON
21 строка
554 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format.
|
|
"recommendations": [
|
|
// Trim only touched lines.
|
|
"nathanridley.autotrim",
|
|
// Bash scripts linting.
|
|
"timonwong.shellcheck",
|
|
// Rust language support.
|
|
"rust-lang.rust-analyzer",
|
|
// Protobuf files support.
|
|
"peterj.proto",
|
|
// TOML language support.
|
|
"tamasfe.even-better-toml",
|
|
// YAML language support.
|
|
"redhat.vscode-yaml",
|
|
// Cargo.toml versions helper.
|
|
"serayuzgur.crates"
|
|
]
|
|
}
|