rt-thread-official/.devcontainer/devcontainer.json

16 lines
468 B
JSON
Raw Permalink Normal View History

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.183.0/containers/ubuntu
// How to use this container: https://club.rt-thread.org/ask/article/d25fb0a88165f166.html
{
"name": "RT-THREAD QEMU",
"build": {
"dockerfile": "Dockerfile"
},
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
"ms-vscode.cpptools"
]
}