devcontainer.json 468 B

123456789101112131415
  1. // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
  2. // https://github.com/microsoft/vscode-dev-containers/tree/v0.183.0/containers/ubuntu
  3. // How to use this container: https://club.rt-thread.org/ask/article/d25fb0a88165f166.html
  4. {
  5. "name": "RT-THREAD QEMU",
  6. "build": {
  7. "dockerfile": "Dockerfile"
  8. },
  9. "settings": {
  10. "terminal.integrated.defaultProfile.linux": "bash"
  11. },
  12. "extensions": [
  13. "ms-vscode.cpptools"
  14. ]
  15. }