feat: support devcontainer

Add devcontainer support to use the development environment directly via vscode or codespaces.

Signed-off-by: cndoit18 <cndoit18@outlook.com>
This commit is contained in:
cndoit18 2024-01-16 00:47:04 +08:00
parent 74b250adcb
commit 3d48ce4c00
4 changed files with 44 additions and 18 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
.*/*
!.github/*
!.vscode/settings.json
!.devcontainer/devcontainer.json
**/target/
**/Cargo.lock