File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files 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" : " lang-rust" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "name" : " Programming Language | Rust" ,
66 "documentationURL" : " https://github.com/georglauterbach/dev-container-features/tree/main/src/rust" ,
77 "description" : " Work efficiently and effortlessly with Rust" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ rustup_adjustments() {
4949copy_lldb_prettifiers () {
5050 log ' info' ' Copying prettifier for LLDB'
5151 cp " lldb_prettifier.py" " ${FEATURE_SHARE_DIR} /"
52- chmod 777 " ${FEATURE_SHARE_DIR} /prettifier_for_lldb .py"
52+ chmod 777 " ${FEATURE_SHARE_DIR} /lldb_prettifier .py"
5353}
5454
5555main () {
You can’t perform that action at this time.
0 commit comments