File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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
You can’t perform that action at this time.
0 commit comments