-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
prettier extension load failed #5571
Comments
@gengjiawen Unfortunately I cannot reproduce. Do you have a workspace id for which it happened and when? Could you use |
Repo: https://github.com/gengjiawen/ts-scaffold Window Log File [2021-09-08 09:28:32.898] [window] [info] Using settings sync service https://gitpod.io/code-sync for initialization
[2021-09-08 09:28:33.607] [window] [info] Initialized UI State
[2021-09-08 09:28:33.649] [window] [info] Initialized Settings
[2021-09-08 09:28:42.123] [window] [info] Remote content does not exist. keybindings
[2021-09-08 09:28:42.146] [window] [info] Initialized Keyboard Shortcuts
[2021-09-08 09:28:42.192] [window] [info] Remote content does not exist. snippets
[2021-09-08 09:28:42.196] [window] [info] Initialized User Snippets
[2021-09-08 09:28:57.249] [window] [info] Installing extension: vscodevim.vim
[2021-09-08 09:28:57.260] [window] [info] Installing the extension without checking dependencies and pack vscodevim.vim
[2021-09-08 09:28:57.504] [window] [error] Error while installing the extension: vscodevim.vim
[2021-09-08 09:28:57.515] [window] [error] Error: Cannot find the package.json from the location 'https://open-vsx.org/vscode/asset/vscodevim/vim/1.21.6/Microsoft.VisualStudio.Code.WebResources/extension'. Failed to fetch
at m.toWebExtensionFromLocation (https://blobserve.ws-us15.gitpod.io/eu.gcr.io/gitpod-core-dev/build/ide/code:commit-59f277ba0a7795afe2cc4ca4509c718cd4013f29/__files__/out/vs/workbench/workbench.web.api.js:2871:126836)
at async m.addExtensionFromGallery (https://blobserve.ws-us15.gitpod.io/eu.gcr.io/gitpod-core-dev/build/ide/code:commit-59f277ba0a7795afe2cc4ca4509c718cd4013f29/__files__/out/vs/workbench/workbench.web.api.js:2871:124705)
at async h.doRun (https://blobserve.ws-us15.gitpod.io/eu.gcr.io/gitpod-core-dev/build/ide/code:commit-59f277ba0a7795afe2cc4ca4509c718cd4013f29/__files__/out/vs/workbench/workbench.web.api.js:2871:116925)
[2021-09-08 09:28:57.527] [window] [error] Failed to install extension: vscodevim.vim Cannot find the package.json from the location 'https://open-vsx.org/vscode/asset/vscodevim/vim/1.21.6/Microsoft.VisualStudio.Code.WebResources/extension'. Failed to fetch
[2021-09-08 09:29:03.395] [window] [info] Installing extension: vscodevim.vim
[2021-09-08 09:29:03.924] [window] [error] Error while installing the extension: vscodevim.vim
[2021-09-08 09:29:03.935] [window] [error] Error: Cannot find the package.json from the location 'https://open-vsx.org/vscode/asset/vscodevim/vim/1.21.6/Microsoft.VisualStudio.Code.WebResources/extension'. Failed to fetch
at m.toWebExtensionFromLocation (https://blobserve.ws-us15.gitpod.io/eu.gcr.io/gitpod-core-dev/build/ide/code:commit-59f277ba0a7795afe2cc4ca4509c718cd4013f29/__files__/out/vs/workbench/workbench.web.api.js:2871:126836)
at async m.addExtensionFromGallery (https://blobserve.ws-us15.gitpod.io/eu.gcr.io/gitpod-core-dev/build/ide/code:commit-59f277ba0a7795afe2cc4ca4509c718cd4013f29/__files__/out/vs/workbench/workbench.web.api.js:2871:124705)
at async h.doRun (https://blobserve.ws-us15.gitpod.io/eu.gcr.io/gitpod-core-dev/build/ide/code:commit-59f277ba0a7795afe2cc4ca4509c718cd4013f29/__files__/out/vs/workbench/workbench.web.api.js:2871:116925)
[2021-09-08 09:29:03.940] [window] [error] Failed to install extension: vscodevim.vim Cannot find the package.json from the location 'https://open-vsx.org/vscode/asset/vscodevim/vim/1.21.6/Microsoft.VisualStudio.Code.WebResources/extension'. Failed to fetch
[2021-09-08 09:30:49.599] [window] [warning] Settings pattern "telemetry.*" doesn't match any settings
[2021-09-08 09:30:49.609] [window] [warning] Settings pattern "security.workspace.*" doesn't match any settings |
I was able reproduce it sometimes. |
Bit of off-topic, should I create an issue for vim extension issue in #5515. |
@gengjiawen For now not, I think it maybe related to some general Open VSX incident. |
@gengjiawen Let's file another issue for VIM. I don't think it is related. But I can now install/uninstall prettier extensions after Open VSX was scaled up. Could you try? |
Everything works now. |
@akosyakov I have tried to download the latest version of VIM extension from VS Code marketplace and install it manually, but it still doesn't work. |
|
@maksimr yes, the format of extension was changed, and now our VS Code cannot understand format of latest VIM published although it is engine compatible 🙈 Could you open a new issue please? |
@akosyakov Done #5592 |
The text was updated successfully, but these errors were encountered: