Skip to content

Commit 14441af

Browse files
chore(lang-rust): update CodeLLDB
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
1 parent 519982a commit 14441af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lang-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": "lang-rust",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
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",
@@ -42,7 +42,7 @@
4242
// TOML language support
4343
"tamasfe.even-better-toml",
4444
// LLVM-based debugger (LLDB)
45-
"vadimcn.vscode-lldb@1.11.6"
45+
"vadimcn.vscode-lldb@1.11.7"
4646
],
4747
"settings": {
4848
// TODO

0 commit comments

Comments
 (0)