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.
1 parent f13e2ac commit c8e78acCopy full SHA for c8e78ac
Dockerfile
@@ -102,7 +102,7 @@ RUN npm install --global @vscode/vsce yarn && \
102
cd help50.vsix && \
103
npm install && \
104
vsce package && \
105
- mv help50-1.0.0.vsix /opt/cs50/extensions && \
+ mv help50-0.0.1.vsix /opt/cs50/extensions && \
106
cd /tmp && \
107
rm --force --recursive help50.vsix && \
108
npm uninstall --global vsce yarn
0 commit comments