Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

installext successful, but extensions not installed #254

Open
tennox opened this issue Nov 29, 2019 · 0 comments
Open

installext successful, but extensions not installed #254

tennox opened this issue Nov 29, 2019 · 0 comments

Comments

@tennox
Copy link

tennox commented Nov 29, 2019

After encountering #253, I realized that the installext command doesn't seem to work at all.

FROM codercom/ubuntu-dev:latest

RUN installext \
    msjsdiag.debugger-for-chrome \
    dbaeumer.vscode-eslint \
    burkeholland.simple-react-snippets

Step 2/3 : RUN installext msjsdiag.debugger-for-chrome dbaeumer.vscode-eslint burkeholland.simple-react-snippets
---> Running in 9d568db6ddd7
(node:8) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
INFO code-server v1.1156-vsc1.33.1
ERROR (node:20) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
ERROR
INFO Found 'msjsdiag.debugger-for-chrome' in the marketplace.
INFO
INFO Installing...
INFO
INFO Extension 'msjsdiag.debugger-for-chrome' v4.12.1 was successfully installed!
INFO

But in VSCode, the extension is not installed:
Screenshot from 2019-11-29 11-43-25

Sail version: v1.1.0
Code-Server version: 2.1692-vsc1.39.2 e14362f3224c101585a26bf7ee5fa6e3bf425046 x64

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant