Skip to content

Commit 28472c8

Browse files
committed
0.2.0 - adjust docker configs
Make VSCode extensions installed in the docker image by default.
1 parent e71be69 commit 28472c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
5. Remove the unused command `yarn start` from the `package.json`.
3232
6. Update the project configurations to the newest standard.
3333
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.
3435

3536
### 0.1.2 @ 10/13/2024
3637

docker/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ fi
8383
if [ ! -s "dash_file_cache/components/Downloader.py" ]; then
8484
msg "Compile the dash component from the React codes."
8585
yarn install || fail
86+
yarn dlx @yarnpkg/sdks vscode || fail
8687
yarn build || fail
8788
fi
8889

0 commit comments

Comments
 (0)