Skip to content

Commit 35bfb2f

Browse files
authored
chore: drop temporary fix (#634)
1 parent 8cf9dbf commit 35bfb2f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.devcontainer/Dockerfile

-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ RUN install-tool pdm 2.22.3
99

1010
# https://github.com/parcel-bundler/parcel/issues/6569
1111
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

Comments
 (0)