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:
```Activating extension 'vscodevim.vim' failed: Cannot find module './../actions/commands/actions'
Require stack:
To Reproduce
Expected behavior
Enter Vim mode.
Screenshots

Same on Mac, resolved by installing 1.11.3 (previous) version
@BolotskyDev -- Yep, that fixed it for me. Guess this is a general issue with the latest version!
It is, the file is missing in ~/.vscode/extensions/vscodevim.vim-1.12.0/out/src/actions/commands/
@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
Fixed in 1.12.1, sorry for the trouble.
Most helpful comment
Same on Mac, resolved by installing 1.11.3 (previous) version