mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 09:26:26 +04:00
22 lines
426 B
JSON
22 lines
426 B
JSON
|
{
|
||
|
"name": "rcore-tutorial-v3",
|
||
|
"build": {
|
||
|
"dockerfile": "../Dockerfile",
|
||
|
"args": {
|
||
|
"QEMU_VERSION": "7.0.0",
|
||
|
"DEBIAN_FRONTEND": "noninteractive",
|
||
|
"GDB_VERSION": "14.1"
|
||
|
}
|
||
|
},
|
||
|
"postCreateCommand": "rustup show",
|
||
|
"customizations": {
|
||
|
"vscode": {
|
||
|
"extensions": [
|
||
|
"rust-lang.rust-analyzer",
|
||
|
"ms-vscode.cpptools",
|
||
|
"tamasfe.even-better-toml"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|