Skip to content

Commit

Permalink
install help50.vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 9, 2024
1 parent 23ed866 commit f13e2ac
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 @@ -98,6 +98,13 @@ RUN npm install --global @vscode/vsce yarn && \
mv design50-1.0.0.vsix /opt/cs50/extensions && \
cd /tmp && \
rm --force --recursive design50.vsix && \
git clone https://github.com/cs50/help50.vsix.git && \
cd help50.vsix && \
npm install && \
vsce package && \
mv help50-1.0.0.vsix /opt/cs50/extensions && \
cd /tmp && \
rm --force --recursive help50.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 @@ -14,6 +14,7 @@
"/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/help50-0.0.1.vsix",
"/opt/cs50/extensions/phpliteadmin-0.0.1.vsix",
"/opt/cs50/extensions/style50-0.0.1.vsix",
"cs50.extension-uninstaller",
Expand Down

0 comments on commit f13e2ac

Please sign in to comment.