File tree 2 files changed +8
-0
lines changed
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 && \
98
98
mv design50-1.0.0.vsix /opt/cs50/extensions && \
99
99
cd /tmp && \
100
100
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 && \
101
108
npm uninstall --global vsce yarn
102
109
103
110
Original file line number Diff line number Diff line change 14
14
" /opt/cs50/extensions/cs50-0.0.1.vsix" ,
15
15
" /opt/cs50/extensions/design50-1.0.0.vsix" ,
16
16
" /opt/cs50/extensions/ddb50-2.0.0.vsix" ,
17
+ " /opt/cs50/extensions/help50-0.0.1.vsix" ,
17
18
" /opt/cs50/extensions/phpliteadmin-0.0.1.vsix" ,
18
19
" /opt/cs50/extensions/style50-0.0.1.vsix" ,
19
20
" cs50.extension-uninstaller" ,
You can’t perform that action at this time.
0 commit comments