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
237 B
JSON
Raw Normal View History

2022-08-13 03:59:41 +00:00
{
"image": "mcr.microsoft.com/vscode/devcontainers/rust",
"forwardPorts": [],
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
2022-08-13 03:59:41 +00:00
]
}
}
}