We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf9dbf commit 35bfb2fCopy full SHA for 35bfb2f
.devcontainer/Dockerfile
@@ -9,9 +9,3 @@ RUN install-tool pdm 2.22.3
9
10
# https://github.com/parcel-bundler/parcel/issues/6569
11
ENV PARCEL_WORKER_BACKEND=process
12
-
13
-# temporary fix
14
-RUN set -ex; \
15
- chgrp -R root /home/vscode/.local/share; \
16
- chmod -R g+w /home/vscode/.local/share; \
17
- true
0 commit comments