Skip to content
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

Sync not installing extensions #743

Closed
ZDTaylor opened this issue Dec 30, 2018 · 4 comments
Closed

Sync not installing extensions #743

ZDTaylor opened this issue Dec 30, 2018 · 4 comments

Comments

@ZDTaylor
Copy link

This extension fails to install my extension list when it is run. I have attached the error log below. It says bin/code does not exist. I am not sure what the working directory of the extension is, but /bin/code does exist on my system.

COMMAND LINE EXTENSION DOWNLOAD SUMMARY
--------------------
TOTAL EXTENSIONS : 21


"bin/code" --install-extension formulahendry.auto-close-tag
Error: Command failed: "bin/code" --install-extension formulahendry.auto-close-tag
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension formulahendry.auto-rename-tag
Error: Command failed: "bin/code" --install-extension formulahendry.auto-rename-tag
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension austin.code-gnu-global
Error: Command failed: "bin/code" --install-extension austin.code-gnu-global
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension formulahendry.code-runner
Error: Command failed: "bin/code" --install-extension formulahendry.code-runner
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension streetsidesoftware.code-spell-checker
Error: Command failed: "bin/code" --install-extension streetsidesoftware.code-spell-checker
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension naumovs.color-highlight
Error: Command failed: "bin/code" --install-extension naumovs.color-highlight
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension ms-vscode.cpptools
Error: Command failed: "bin/code" --install-extension ms-vscode.cpptools
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension GrapeCity.gc-excelviewer
Error: Command failed: "bin/code" --install-extension GrapeCity.gc-excelviewer
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension eamodio.gitlens
Error: Command failed: "bin/code" --install-extension eamodio.gitlens
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension Zignd.html-css-class-completion
Error: Command failed: "bin/code" --install-extension Zignd.html-css-class-completion
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension abusaidm.html-snippets
Error: Command failed: "bin/code" --install-extension abusaidm.html-snippets
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension James-Yu.latex-workshop
Error: Command failed: "bin/code" --install-extension James-Yu.latex-workshop
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension PKief.material-icon-theme
Error: Command failed: "bin/code" --install-extension PKief.material-icon-theme
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension zhuangtongfa.Material-theme
Error: Command failed: "bin/code" --install-extension zhuangtongfa.Material-theme
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension christian-kohler.path-intellisense
Error: Command failed: "bin/code" --install-extension christian-kohler.path-intellisense
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension ms-python.python
Error: Command failed: "bin/code" --install-extension ms-python.python
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension Ikuyadeu.r
Error: Command failed: "bin/code" --install-extension Ikuyadeu.r
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension REditorSupport.r-lsp
Error: Command failed: "bin/code" --install-extension REditorSupport.r-lsp
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension Ikuyadeu.r-pack
Error: Command failed: "bin/code" --install-extension Ikuyadeu.r-pack
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension pranaygp.vscode-css-peek
Error: Command failed: "bin/code" --install-extension pranaygp.vscode-css-peek
/bin/sh: bin/code: No such file or directory


"bin/code" --install-extension ecmel.vscode-html-css
Error: Command failed: "bin/code" --install-extension ecmel.vscode-html-css
/bin/sh: bin/code: No such file or directory
@shanalikhan
Copy link
Owner

You have not filled the template for the issue.
Please provide those things.
Are you using code is OSS or Non OSS?

@ZDTaylor
Copy link
Author

ZDTaylor commented Jan 3, 2019

Sorry about missing the template.
I am using Code OSS Standard v1.30.1. I am on Manjaro Linux.

@shanalikhan
Copy link
Owner

Duplicate of #668

@shanalikhan shanalikhan marked this as a duplicate of #668 Jan 3, 2019
@shanalikhan
Copy link
Owner

@dan-dr have sent a PR fixing this issue for OSS versions.
The only thing remaining is the testing the that PR for Non OSS versions so we are sure it doesnt break anything.

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

No branches or pull requests

2 participants