We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker
1 parent e71be69 commit 28472c8Copy full SHA for 28472c8
Changelog.md
@@ -31,6 +31,7 @@
31
5. Remove the unused command `yarn start` from the `package.json`.
32
6. Update the project configurations to the newest standard.
33
7. Update the project descriptions for explaining the usages of the React codes.
34
+8. Make VSCode extensions installed in the docker image by default.
35
36
### 0.1.2 @ 10/13/2024
37
docker/entrypoint.sh
@@ -83,6 +83,7 @@ fi
83
if [ ! -s "dash_file_cache/components/Downloader.py" ]; then
84
msg "Compile the dash component from the React codes."
85
yarn install || fail
86
+ yarn dlx @yarnpkg/sdks vscode || fail
87
yarn build || fail
88
fi
89
0 commit comments