Skip to content

Commit c42b831

Browse files
rust: update EditorConfig extension
1 parent 17f2120 commit c42b831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
{
33
"id": "rust",
4-
"version": "5.7.1",
4+
"version": "5.7.2",
55
"name": "Development Container Feature - Rust",
66
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/rust",
77
"description": "A Development Container Feature to work efficiently and effortlessly with the Rust programming language",
@@ -134,7 +134,7 @@
134134
"customizations": {
135135
"vscode": {
136136
"extensions": [
137-
"editorconfig.editorconfig@0.16.4", // obey https://editorconfig.org/
137+
"editorconfig.editorconfig@0.16.7", // obey https://editorconfig.org/
138138
"rust-lang.rust-analyzer", // official Rust language server
139139
"tamasfe.even-better-toml@0.21.2", // language support for TOML
140140
"usernamehw.errorlens@3.23.0", // in-editor diagnostics

0 commit comments

Comments
 (0)