rcore-os / rCore-Tutorial-v3

Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.58k stars 452 forks source link

feat: support devcontainer #134

Closed cndoit18 closed 7 months ago

cndoit18 commented 8 months ago
wyfcyx commented 8 months ago

LGTM. I will merge this PR after bumping Rust to the latest channel.

cndoit18 commented 7 months ago

LGTM. I will merge this PR after bumping Rust to the latest channel.

done

jklincn commented 7 months ago

Verified: It can be used by local VSCode in combination with Docker and the Dev Containers extension.