diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bbf320fb..b6905a4f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,13 +9,15 @@ "ms-vscode.cpptools-extension-pack", "eamodio.gitlens", "github.copilot", - "ms-python.python" + "ms-python.python", + "ms-python.black-formatter" ] } }, "mounts": [ "type=bind,source=${localEnv:HOME}/.ssh,target=/root/.ssh,readonly", - "type=bind,source=/var/www/html/admin,target=/var/www/html/admin,readonly" + "type=bind,source=/var/www/html/admin,target=/var/www/html/admin,readonly", + "type=bind,source=${localWorkspaceFolder}/../docs,target=/workspaces/docs/" ] }