Skip to content

Commit 2865e47

Browse files
committed
local dev container support
1 parent 9019e23 commit 2865e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-docs-ko",
33
"image": "mcr.microsoft.com/devcontainers/python:3.13",
4-
"postCreateCommand": "pip install --user -e .pdk; pdk init",
4+
"postCreateCommand": "pip install --user -e .pdk; sudo chown $(whoami) /workspaces; pdk init",
55
"containerEnv": {
66
"PDK_BRANCH": "3.13",
77
"PDK_REVISION": "db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed"

0 commit comments

Comments
 (0)