-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #3965: isolate plugin deployment and fix localization #4049
Conversation
Does anybody test whether this PR fixes underlying issues? |
I have not tested |
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
@akosyakov i've added the emmet in my project. but throwing a console error. TypeError: Cannot read property 'items' of undefined here is my package.json here is my dockerfile FROM node:8-jessie-slim ENV TZ=Europe/Bratislava RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN addgroup --gid $GID theia ENV THEIA_DEFAULT_PLUGINS=local-dir:/home/theia/plugins USER theia WORKDIR /home/theia RUN yarn --cache-folder ./ycache EXPOSE 3000 ENTRYPOINT [ "yarn", "theia", "start", "/home/project", "--hostname=0.0.0.0" ] let me know what the wrong with my configuration thanks |
fix #3965:
emmet
extensionEmmets in Theia:
:)