Skip to content

Commit f391c97

Browse files
fix: LLDB prettifier file name in Rust feature
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
1 parent 25bbe40 commit f391c97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lang-rust/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
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": "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",

src/lang-rust/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rustup_adjustments() {
4949
copy_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

5555
main() {

0 commit comments

Comments
 (0)