Compare commits
No commits in common. "main" and "step-21" have entirely different histories.
1 changed files with 0 additions and 29 deletions
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Rust Workshop",
|
|
||||||
"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
|
|
||||||
"features": {
|
|
||||||
"ghcr.io/devcontainers/features/git:1": {}
|
|
||||||
},
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"extensions": [
|
|
||||||
"rust-lang.rust-analyzer",
|
|
||||||
"vadimcn.vscode-lldb",
|
|
||||||
"tamasfe.even-better-toml",
|
|
||||||
"humao.rest-client"
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"rust-analyzer.check.command": "clippy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"postCreateCommand": "cargo build",
|
|
||||||
"forwardPorts": [7878],
|
|
||||||
"portsAttributes": {
|
|
||||||
"7878": {
|
|
||||||
"label": "HTTP Server",
|
|
||||||
"onAutoForward": "notify"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue