chore: devcontainer use spare protocol index

This commit is contained in:
Jack Wills
2023-03-09 15:09:43 +00:00
parent 0c07d4b406
commit 20b79e9cd5
+3
View File
@@ -21,6 +21,9 @@
"mounts": [ "mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly" "source=/etc/timezone,target=/etc/timezone,type=bind,readonly"
], ],
"containerEnv": {
"CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse"
},
"customizations": { "customizations": {
"vscode": { "vscode": {