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

Latest release seems to have broken extension in GitHub Codespaces #7166

Closed
picatz opened this issue Oct 17, 2021 · 3 comments
Closed

Latest release seems to have broken extension in GitHub Codespaces #7166

picatz opened this issue Oct 17, 2021 · 3 comments

Comments

@picatz
Copy link

picatz commented Oct 17, 2021

Describe the bug
This extension no longer seems to works in GitHub Codespaces. The newest version fails to load (v1.21.8).

To Reproduce
Steps to reproduce the behavior:

  1. Open a repository with GitHub Codespaces with this this extension installed.
  2. See that none of the Vim-like features work. No —NORMAL— or —INSERT— in the status bar.
  3. Go to worker extension log output.
  4. See error:
[2021-10-17 12:55:06.579] [exthost.log] [info] extension host started
[2021-10-17 12:55:06.601] [exthost.log] [info] ExtensionService#_doActivateExtension vscodevim.vim, startup: true, activationEvent: '*'
[2021-10-17 12:55:06.869] [exthost.log] [error] Activating extension vscodevim.vim failed due to an error:
[2021-10-17 12:55:06.873] [exthost.log] [error] {}

Expected behavior
I’d expect this to work wonderfully, like it was before.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.21.8
  • VSCode version: v1.61.11
  • OS: Ubuntu 20.04.3 LTS

Additional context

$ lsb_release -a 
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:        20.04
Codename:       focal

I don’t see any other related log output. However, I attempted to revert to an older version, but was unable to do so, perhaps revealing the real problem?

$ code --install-extension vscodevim.vim@1.21.7
Installing extensions on Codespaces...
Cannot install the 'vscodevim.vim' extension because it is declared to not run in this setup.

I looked up the updates related to VSCode v1.61.11 and found a section on “platform specific extensions”, which seems related to the error I’m seeing? https://code.visualstudio.com/updates/v1_61#_platform-specific-extensions

I’m also seeing some related-ish chatter in the issue for platform specific VSCode extensions microsoft/vscode#23251 and also found microsoft/vscode-vsce#625

Not really sure what’s going on here, but happy to provide more information to help debug this issue further.

@picatz
Copy link
Author

picatz commented Oct 17, 2021

I forgot to go looking for related issues in this repo. I think I just found one #7094

@J-Fields
Copy link
Member

Duplicate of #6826

@J-Fields J-Fields marked this as a duplicate of #6826 Oct 19, 2021
@J-Fields
Copy link
Member

This should be fixed in 1.29.1

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

No branches or pull requests

2 participants