File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,13 @@ RUN npm install --global @vscode/vsce yarn && \
9898 mv design50-1.0.0.vsix /opt/cs50/extensions && \
9999 cd /tmp && \
100100 rm --force --recursive design50.vsix && \
101+ git clone https://github.com/cs50/help50.vsix.git && \
102+ cd help50.vsix && \
103+ npm install && \
104+ vsce package && \
105+ mv help50-1.0.0.vsix /opt/cs50/extensions && \
106+ cd /tmp && \
107+ rm --force --recursive help50.vsix && \
101108 npm uninstall --global vsce yarn
102109
103110
Original file line number Diff line number Diff line change 1414 " /opt/cs50/extensions/cs50-0.0.1.vsix" ,
1515 " /opt/cs50/extensions/design50-1.0.0.vsix" ,
1616 " /opt/cs50/extensions/ddb50-2.0.0.vsix" ,
17+ " /opt/cs50/extensions/help50-0.0.1.vsix" ,
1718 " /opt/cs50/extensions/phpliteadmin-0.0.1.vsix" ,
1819 " /opt/cs50/extensions/style50-0.0.1.vsix" ,
1920 " cs50.extension-uninstaller" ,
You can’t perform that action at this time.
0 commit comments