Added 1st version of a devcontainer
parent
c82cbd9894
commit
e0be7335cf
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue