Skip to content

安裝 Vscode Extension

alt text

設定 devcontainer.json

alt text

{
    "name": "Generic Dev Container",
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu"
}

在 devcontainer 中 clone repo

alt text