Try putting our vscode extensions back into theia

This commit is contained in:
Kris De Volder
2020-02-28 10:30:13 -08:00
parent 1719c5a643
commit fe5a69a140

View File

@@ -23,8 +23,8 @@ RUN yarn --cache-folder ./ycache && rm -rf ./ycache && \
NODE_OPTIONS="--max_old_space_size=8192" yarn theia build ; \
yarn theia download:plugins
#ADD plugins /theia-app/plugins
#RUN rm /theia-app/plugins/README.txt
ADD plugins /theia-app/plugins
RUN rm /theia-app/plugins/README.txt
ENV SHELL=/bin/bash \
THEIA_DEFAULT_PLUGINS=local-dir:/theia-app/plugins