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 eca8ab3 commit 89b6f57Copy full SHA for 89b6f57
.devcontainer/devcontainer.json
@@ -53,7 +53,7 @@
53
// "forwardPorts": [],
54
55
// Use 'postCreateCommand' to run commands after the container is created.
56
- // "postCreateCommand": "rustc --version",
+ "postCreateCommand": "cargo install cargo-deb cargo-generate-rpm",
57
58
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
59
"remoteUser": "vscode",
0 commit comments