We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9019e23 commit 2865e47Copy full SHA for 2865e47
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "python-docs-ko",
3
"image": "mcr.microsoft.com/devcontainers/python:3.13",
4
- "postCreateCommand": "pip install --user -e .pdk; pdk init",
+ "postCreateCommand": "pip install --user -e .pdk; sudo chown $(whoami) /workspaces; pdk init",
5
"containerEnv": {
6
"PDK_BRANCH": "3.13",
7
"PDK_REVISION": "db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed"
0 commit comments