Skip to content

Commit

Permalink
correct help50.vsix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 9, 2024
1 parent f13e2ac commit c8e78ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN npm install --global @vscode/vsce yarn && \
cd help50.vsix && \
npm install && \
vsce package && \
mv help50-1.0.0.vsix /opt/cs50/extensions && \
mv help50-0.0.1.vsix /opt/cs50/extensions && \
cd /tmp && \
rm --force --recursive help50.vsix && \
npm uninstall --global vsce yarn
Expand Down

0 comments on commit c8e78ac

Please sign in to comment.