mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
12 lines
No EOL
237 B
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"
|
|
]
|
|
}
|
|
}
|
|
} |