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

Vim extension is not working after installation #61

Closed
chaopli opened this issue Mar 7, 2019 · 25 comments
Closed

Vim extension is not working after installation #61

chaopli opened this issue Mar 7, 2019 · 25 comments
Labels
bug Something isn't working

Comments

@chaopli
Copy link

chaopli commented Mar 7, 2019

  • code-server version: 1.31.0-20
  • OS Version: Ubuntu 16.04
  • Extension: vim

Steps to Reproduce

  1. After installation of Vim extension and reload the vs code window, Vim mode is not toggled.
  2. When trying to toggle the Vim mode manually "command 'toggleVim' not found" popped up.
@kylecarbs
Copy link
Member

Should work once we release 1.31.1. Should release tomorrow

@foresthoffman foresthoffman self-assigned this Mar 7, 2019
@chaopli
Copy link
Author

chaopli commented Mar 7, 2019

Thanks!

@chaopli
Copy link
Author

chaopli commented Mar 7, 2019

Just upgraded to v1.31.1-100, but the vim extension is still not working

@kylecarbs
Copy link
Member

We likely have to re-fetch the Vim extension. Likely will occur within ~12hrs.

cc: @foresthoffman

@pollenjp
Copy link

pollenjp commented Mar 7, 2019

I'm hitting the same problem like this (vim plugin v1.1.0) in v1.31.1-100. I think this issue has relation to it.

TaskQueue: Error running task. Invalid regular expression: /([^\s`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?](?:(?:(?<=[A-Z_])[A-Z](?=[\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|(?:(?<=[0-9_])[0-9](?=[\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|(?:(?<=[_])[_](?=[\s`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]))+|[^\sA-Z0-9`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?_]*))|[`~!@#\$%\^&\*\(\)\-=\+\[\{\]\}\\\|;:'",\.<>/\?]+|$^/: Invalid group.

image

I try to downgrade vim version, but I don't know how to do. #77

@foresthoffman
Copy link
Contributor

Hmm the suggested fix was to upgrade to v1.31.1, but since that isn't doing the trick, i'll try downgrading vim. Will respond with an update soon.

@foresthoffman
Copy link
Contributor

v1.0.8 of vscodevim seems to work with v1.31.1. Will push the downgraded version.

@nhooyr
Copy link
Contributor

nhooyr commented Mar 8, 2019

@foresthoffman was it pushed?

@nhooyr nhooyr added the bug Something isn't working label Mar 8, 2019
@NGTmeaty
Copy link
Contributor

NGTmeaty commented Mar 8, 2019

We seem to have updated VSCode which I believe was the problem. #117

@foresthoffman
Copy link
Contributor

@nhooyr Yes, I had to make some changes to prevent rolling the version forward before VSCode removes negative look behinds. v1.0.8 of VSCodeVim.Vim should refresh and be functional in about an hour.

@foresthoffman
Copy link
Contributor

Vim was fixed over the weekend, should be good to go!

@thatnerdjosh
Copy link

I seem to be getting this error

Activating extension 'vscodevim.vim' failed: Not Implemented: IExtensionStoragePaths->globalValue.

@floZx
Copy link

floZx commented Jan 17, 2020

I seem to be getting this error

Activating extension 'vscodevim.vim' failed: Not Implemented: IExtensionStoragePaths->globalValue.

Like me, Did you find a solution?

@code-asher
Copy link
Member

code-asher commented Jan 17, 2020 via email

@thatnerdjosh
Copy link

@code-asher did this fix end up in a release?

@code-asher
Copy link
Member

code-asher commented Jan 28, 2020 via email

@AlbertDeFusco
Copy link

Hey, there. This problem seems to have resurfaced. VSCodeVIM versions 1.13.0 and 1.13.1 do not work with code-server 2.1698-vsc1.41.1 or 3.0.1

@vnijs
Copy link

vnijs commented Apr 5, 2020

@AlbertDeFusco Are you getting the same message shown below in the browser's developers console?

image

@vnijs
Copy link

vnijs commented Apr 6, 2020

@chaopli Can you reproduce? If so, could you reopen the issue?

@nhooyr
Copy link
Contributor

nhooyr commented Apr 6, 2020

@cmoog

@cmoog
Copy link
Contributor

cmoog commented Apr 6, 2020

@AlbertDeFusco @vnijs I've experienced the same issue. I believe it may be related to VSCodeVim/Vim#4173

Regardless, downgrading to VSCodeVIM version 1.12.4 fixed the issue for me. 1.12.4 can be installed from the code-server extension marketplace directly.

@nhooyr
Copy link
Contributor

nhooyr commented Apr 6, 2020

Nice @cmoog

@nhooyr nhooyr closed this as completed Apr 6, 2020
@JosXa
Copy link

JosXa commented May 27, 2020

Downgrading to 1.12.4 did not help for me on code-server (however installed directly through VSCode marketplace, not sure what the "code-server extension marketplace" is).
Still experiencing Activating extension 'vscodevim.vim' failed: Not Implemented: IExtensionStoragePaths->globalValue. on 1.12.4 and 1.14.5.

@nhooyr
Copy link
Contributor

nhooyr commented May 27, 2020

@nhooyr
Copy link
Contributor

nhooyr commented May 27, 2020

Also please file a new issue if still doesn't work installing from our marketplace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests