aboutsummaryrefslogtreecommitdiff
path: root/src/rust/feature.json
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-05-25 22:53:54 +0300
committerGitHub <noreply@github.com>2022-05-25 22:53:54 +0300
commita4d434f22df175f6e337fef8f099a197b574f64b (patch)
tree5cc16619a5b99f0305c488d6f1ba29e2a2db926c /src/rust/feature.json
parent343465890b2b710fd6c9cf33b1365d24a9603147 (diff)
sync with jammy updates (#21)
sync with jammy updates (https://github.com/microsoft/vscode-dev-containers/commit/053a0557211c98e5b9f0e8ccf755f6f143b05ef4) and other minor additions since copy over
Diffstat (limited to 'src/rust/feature.json')
-rw-r--r--src/rust/feature.json24
1 files changed, 19 insertions, 5 deletions
diff --git a/src/rust/feature.json b/src/rust/feature.json
index 3604ced..147969f 100644
--- a/src/rust/feature.json
+++ b/src/rust/feature.json
@@ -4,13 +4,23 @@
"options": {
"version": {
"type": "string",
- "proposals": ["latest", "none", "1.55", "1.54", "1.53"],
+ "proposals": [
+ "latest",
+ "none",
+ "1.55",
+ "1.54",
+ "1.53"
+ ],
"default": "latest",
"description": "Select or enter a version of Rust to install."
},
"profile": {
"type": "string",
- "proposals": ["minimal", "default", "complete"],
+ "proposals": [
+ "minimal",
+ "default",
+ "complete"
+ ],
"default": "minimal",
"description": "Select a rustup install profile."
}
@@ -18,7 +28,7 @@
"extensions": [
"vadimcn.vscode-lldb",
"mutantdino.resourcemonitor",
- "matklad.rust-analyzer",
+ "rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates"
],
@@ -27,8 +37,12 @@
"RUSTUP_HOME": "/usr/local/rustup",
"PATH": "${CARGO_HOME}/bin:${PATH}"
},
- "capAdd": [ "SYS_PTRACE" ],
- "securityOpt": ["seccomp=unconfined"],
+ "capAdd": [
+ "SYS_PTRACE"
+ ],
+ "securityOpt": [
+ "seccomp=unconfined"
+ ],
"settings": {
"lldb.executable": "/usr/bin/lldb",
"files.watcherExclude": {