1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00
patched-porobot/.devcontainer/devcontainer.json

12 lines
No EOL
237 B
JSON

{
"image": "mcr.microsoft.com/vscode/devcontainers/rust",
"forwardPorts": [],
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
]
}
}
}