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

Does not start due to error finding './../actions/commands/actions' module on Linux on ChromeOS #4341

Closed
nikki93 opened this issue Dec 9, 2019 · 5 comments

Comments

@nikki93
Copy link

nikki93 commented Dec 9, 2019

Describe the bug
I'm trying to run VSCode by installing it on Linux on ChromeOS. I don't think the ChromeOS part should change much / it should work as a normal Linux environment. I've enabled the Vim extension in it but it just does not start up--cursor is the normal cursor and I don't enter Vim normal mode. Here's an error stack trace:

Require stack:
- /home/snikhilesh/.vscode/extensions/vscodevim.vim-1.12.0/out/src/register/register.js
- /home/snikhilesh/.vscode/extensions/vscodevim.vim-1.12.0/out/src/actions/operator.js
- /home/snikhilesh/.vscode/extensions/vscodevim.vim-1.12.0/out/src/actions/include-all.js
- /home/snikhilesh/.vscode/extensions/vscodevim.vim-1.12.0/out/extension.js
- /usr/share/code/resources/app/out/vs/loader.js
- /usr/share/code/resources/app/out/bootstrap-amd.js
- /usr/share/code/resources/app/out/bootstrap-fork.js.

To Reproduce

  1. Enable 'Linux apps' on ChromeOS, install VSCode through the .deb. I don't know if the fact that it's on ChromeOS is relevant in this case, but it might be.
  2. Install the Vim extension from the extension sidebar in VSCode.
  3. Restart VSCode just in case.
  4. No Vim mode. :(

Expected behavior
Enter Vim mode.

Screenshots
image

  • Extension (VsCodeVim) version: 1.12.0
  • VSCode version: 1.40.2
  • OS: Linux on ChromeOS
@bolotskydev
Copy link

Same on Mac, resolved by installing 1.11.3 (previous) version

@nikki93
Copy link
Author

nikki93 commented Dec 9, 2019

@bolotskydev -- Yep, that fixed it for me. Guess this is a general issue with the latest version!

@CermakM
Copy link

CermakM commented Dec 9, 2019

It is, the file is missing in ~/.vscode/extensions/vscodevim.vim-1.12.0/out/src/actions/commands/

@bolotskydev
Copy link

@CermakM yep, I have it checked as well. It seems like a very popular problem with latest 1.12 patch , here is another related issue #4342

@rebornix
Copy link
Member

rebornix commented Dec 9, 2019

Fixed in 1.12.1, sorry for the trouble.

@rebornix rebornix closed this as completed Dec 9, 2019
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

4 participants