We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519982a commit 14441afCopy full SHA for 14441af
src/lang-rust/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
2
{
3
"id": "lang-rust",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"name": "Programming Language | Rust",
6
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/rust",
7
"description": "Work efficiently and effortlessly with Rust",
@@ -42,7 +42,7 @@
42
// TOML language support
43
"tamasfe.even-better-toml",
44
// LLVM-based debugger (LLDB)
45
- "vadimcn.vscode-lldb@1.11.6"
+ "vadimcn.vscode-lldb@1.11.7"
46
],
47
"settings": {
48
// TODO
0 commit comments