17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "Dood Build",
|
|
"image": "gl.whitefoxdefense.com:5050/mbinning/dood/build:0.1",
|
|
|
|
// Configure tool-specific properties.
|
|
"customizations": {
|
|
// Configure properties specific to VS Code.
|
|
"vscode": {
|
|
"settings": {},
|
|
"extensions": [
|
|
"vadimcn.vscode-lldb",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"rust-lang.rust-analyzer"
|
|
]
|
|
}
|
|
}
|
|
}
|