dood/.devcontainer/devcontainer.json

18 lines
367 B
JSON
Raw Normal View History

2025-12-12 17:51:35 -08:00
{
"name": "Dood Build",
2025-12-15 09:32:41 -08:00
"image": "gl.whitefoxdefense.com:5050/mbinning/dood/build:0.1",
// Configure tool-specific properties.
2025-12-12 17:51:35 -08:00
"customizations": {
2025-12-15 09:32:41 -08:00
// Configure properties specific to VS Code.
2025-12-12 17:51:35 -08:00
"vscode": {
"settings": {},
"extensions": [
"vadimcn.vscode-lldb",
"streetsidesoftware.code-spell-checker",
"rust-lang.rust-analyzer"
]
}
}
}