1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Create devcontainer.json

This commit is contained in:
Steffo 2022-08-13 03:59:41 +00:00 committed by GitHub
parent 3be2d7a6c9
commit 4a613371c0
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/rust",
"forwardPorts": [],
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
]
}
}
}