Added 1st version of a devcontainer

main
Oliver Stolle 3024383 2026-05-28 16:07:52 +00:00
parent c82cbd9894
commit e0be7335cf
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"name": "Präsentation-Rust Container",
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
]
}
}
}