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

Broken with new release #2322

Closed
delgermurun opened this issue Jan 23, 2018 · 43 comments
Closed

Broken with new release #2322

delgermurun opened this issue Jan 23, 2018 · 43 comments

Comments

@delgermurun
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG

What happened: Suddenly stopped working. So I checked repo. Seems like new version released. Couldn't switch into normal mode.

Environment: Mac OS

  • Extension (VsCodeVim) version: 0.10.12
  • VSCode version: 1.19.2
  • OS version: MacOS 10.13.2
@rogerwelin
Copy link

experienced the same issue

@r6203
Copy link

r6203 commented Jan 23, 2018

I'm running into this issue as well.

I tried to downgrade the extension by manually install an older release.

v0.10.11 works but only when reloading vscode the first time (after manually installing it).

After the 2nd reload of the editor (by installing another extension or opening and closing the editor), vim stops working.

edit: After restarting the editor, vim still works fine (v0.10.11) but installing another extension or theme, and clicking "reload" kills it.

@pyrox18
Copy link

pyrox18 commented Jan 23, 2018

Having the same problem as well. The mode indicator in the status bar is missing, which might indicate that the extension isn't running at all. I'm using v0.10.12 of the extension, VS Code v1.19.2 and macOS 10.13.2.

@masiqi
Copy link

masiqi commented Jan 23, 2018

same issue on my macOS

@ChenXiyu
Copy link

getting this issue as well

@qianliu013
Copy link

the same issue on my win10

@jlelong
Copy link

jlelong commented Jan 23, 2018

The Developer Tools Console says that the extension is not loaded with the message
Cannot read property 'overrideCopy' of undefined.

@17hz
Copy link

17hz commented Jan 23, 2018

the same issue on my ubunutu16.04 ,cant toggle vim mode

@takano-ex
Copy link

Same with me here.
Deleting ~/.vscode/ folder and re-installing VSCode doesn't fix the issue.

OSX 10.13.2
VSCode 1.19.2
VSCodeVim 0.10.12

@fernando-faubell
Copy link

Same issue on my Ubuntu 17.10

@sample-usr
Copy link

Already reported on #2321 , @jpoon is airborne right now, will fix it as soon as he lands (in apprx. 2hours)

@jlelong
Copy link

jlelong commented Jan 23, 2018

@r6203 you need to set extensions.autoUpdate to false to stick to a former version of an extension.

@baurine
Copy link

baurine commented Jan 23, 2018

just happened to me when I restart the mac.

@jon301
Copy link

jon301 commented Jan 23, 2018

If you're in a hurry and can't wait for the fix : downgrade to vscode-vim 0.10.11

  • set "extensions.autoUpdate" to false in your user settings
  • uninstall vscode-vim 0.10.12
  • download vscode-vim 0.10.11 VSIX file : https://github.com/VSCodeVim/Vim/releases
  • in vscode, ctrl+shift+p > Install from VSIX > Choose vscode-vim 0.10.11 VSIX file
  • restart vscode

This worked for me.

@soupdiver
Copy link

Just installed on a fresh Linux Mint 18 install.
When trying to toggle vim mode I get an error saying command 'toggleVim' not found. It's maybe related

@jroboyd
Copy link

jroboyd commented Jan 23, 2018

image
I think some more testing is required?

@Inndy
Copy link

Inndy commented Jan 23, 2018

Same issue here.

  • Extension (VsCodeVim) version: 0.10.12
  • VSCode version: 1.20.0-insider
  • OS version: macOS 10.13.2

@stormpat
Copy link

Same here. Thanks to @jon301 for the quick fix. 👍

@mpseidel
Copy link

@jon301 thanks for the quick fix - I live on that extension - thanks guys for all the work you put into it ❤️

@TomLingham
Copy link

Yup, it broked......... toggleVim "command not found" when trying to enable manually, and no other errors apart from that. Mac OS.

@sus007
Copy link

sus007 commented Jan 23, 2018

And here I was...about to do a clean install of the VSCode. 😁

@JasonAsmk
Copy link

I almost had a panic attack 😄 . Shit happen sometimes. Chill guys they gonna fix it ❤️ . Till then use @jon301 's workaround.

@valleybay
Copy link

This was such a mindfuck. Even though I realised it was broken, I was constantly pressing h,j,k,l, etc. It really is impossible to live without VIm. Thanks for the fix ❤️

@chiuan
Copy link

chiuan commented Jan 23, 2018

experienced the same issue

@marisudris
Copy link

Same issue on
VSCodeVim 0.10.12
VSCode 1.19.2
Debian 9.0.3

Woulda saved myself alot of trouble (reinstalling vscode, extensions etc.) if I saw this thread an hour ago lol

@StoyanIvanovI
Copy link

StoyanIvanovI commented Jan 23, 2018

Wish I found that issue before nuking my VSCode install and wrecking my sync setup.

@jpoon
Copy link
Member

jpoon commented Jan 23, 2018

Dupe issue of #2321. I just got to my hotel room, PR #2324 is incoming and as soon as that passes build/test, I'll push a new release out. Sorry for the inconvenience.

As @jon301 mentioned, if you want to run a different version of the extension, all of the versions are available https://github.com/VSCodeVim/Vim/releases. Download the one you want and drag+drop onto VSCode.

@pgoodjohn
Copy link

0.10.13 works perfectly on macOS!
Thanks for the super quick fix 🙌

@weiaicunzai
Copy link

same here , no mode bar, nothing, just like this vim extension was not installed at all, Im using ubuntu 16.04 and vscode Version 1.19.2
PS: update my vscode doesnt help , plz fix this

@bigface008
Copy link

v0.10.13works in the right way. Thanks for the fix!:+1:

@jpoon
Copy link
Member

jpoon commented Jan 23, 2018

@pgoodjohn, thanks for validating. Not sure why the tests didn't catch that as this type of error should hit most of the tested code paths.

Now, time to explore the streets of Barcelona! 🇪🇸 If anybody's around here, I will buy you a ☕️ as an apology.

@jpoon jpoon closed this as completed Jan 23, 2018
@mirsking
Copy link

mirsking commented Feb 25, 2019

It occur again after upgrading to v1.1.0 release.
Downgrade to v1.0.8 fix this.

@pgoodjohn
Copy link

pgoodjohn commented Feb 25, 2019

It occur again after upgrading to v1.1.0 release.
Downgrade to v1.0.8 fix this.

I'm running 1.1.0 on VSCode 1.31.1 on MacOS and everything is fine

@mirsking
Copy link

It occur again after upgrading to v1.1.0 release.
Downgrade to v1.0.8 fix this.

I'm running 1.1.0 on VSCode 1.31.1 on MacOS and everything is fine

I'm running vscode 1.31.1 on ubuntu18.04, and v1.1.0 is auto updated by vscode in background.

@tskj
Copy link

tskj commented Feb 25, 2019

I'm having this issue on 1.1.0 on MacOS.

Edit: Upgrading from VSCode 1.30.2 to 1.31.1 solved it for me.

@max-frai
Copy link

Same problem on 1.33.1 and mode is stuck in normal with block cursor visualization.

@mariomeissner
Copy link

mariomeissner commented May 1, 2019

VSCode 1.33.1 and Vim 1.7.0, same problem.
Edit: Downgrading both to VSCode 1.31.1 and Vim 1.1.0 solved the issue, but obviously not ideal.

@vv13
Copy link

vv13 commented Dec 9, 2019

experienced the same issue

same problem on:
Extension (VsCodeVim) version: 1.12.0
VSCode version: 1.40.2
OS version: macOS 10.15.1

@calys
Copy link

calys commented Dec 9, 2019

Same here:

Extension (VsCodeVim) version: 1.12.0
VSCode Version: 1.40.2 (user setup)
OS: Windows_NT x64 10.0.17763

@Shahor
Copy link

Shahor commented Dec 9, 2019

Same here :(
Just updated and the vim lpuging won't toggle on now.
This seems to happen regularly... :(

@faergeek
Copy link

faergeek commented Dec 9, 2019

For now the solution is:

изображение

@jamesalbert
Copy link

jamesalbert commented Dec 9, 2019

Experiencing the same as @calys and @vv13. I downgraded to 1.11.3 and that worked for a bit, then it auto-updated to 1.12.0 and it's broken again. Same "Command 'togglevim' not found"

edit: I jumped the gun on the comment (was having problems last night). This seems to be fixed in 1.12.2

@JinSung-Hwang
Copy link

@jon301
You are genius
Thank you

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