Skip to content

Commit

Permalink
install design50 extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Aug 8, 2024
1 parent 257e847 commit 1f482d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ RUN npm install --global @vscode/vsce yarn && \
mv style50-0.0.1.vsix /opt/cs50/extensions && \
cd /tmp && \
rm --force --recursive style50.vsix && \
git clone https://github.com/cs50/design50.vsix.git && \
cd design50.vsix && \
npm install && \
vsce package && \
mv design50-0.0.1.vsix /opt/cs50/extensions && \
cd /tmp && \
rm --force --recursive design50.vsix && \
npm uninstall --global vsce yarn


Expand Down
1 change: 1 addition & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"extensions": [
"/opt/cs50/extensions/explain50-1.0.0.vsix",
"/opt/cs50/extensions/cs50-0.0.1.vsix",
"/opt/cs50/extensions/design50-1.0.0.vsix",
"/opt/cs50/extensions/ddb50-2.0.0.vsix",
"/opt/cs50/extensions/phpliteadmin-0.0.1.vsix",
"/opt/cs50/extensions/style50-0.0.1.vsix",
Expand Down

0 comments on commit 1f482d6

Please sign in to comment.