74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

Running the contributed command:'vim.h' failed. #7

Closed wulei closed 8 years ago

wulei commented 8 years ago

Hi, tks for you plugin,but ... workbench.main.js:1602 [Plugin Host] Cannot read property 'length' of undefined workbench.main.js:1602 [Plugin Host] Object {}

wulei commented 8 years ago

/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules/applicationinsights/Librar…:19 ApplicationInsights:Sender [Error: read ETIMEDOUT at exports._errnoException (util.js:837:11) at TLSWrap.onread (net.js:…] 0: Error: read ETIMEDOUT at exports._errnoException (util.js:837:11) at TLSWrap.onread (net.js:544:26) length: 1 proto: Array[0]

wulei commented 8 years ago

maybe add vim state in bottom bar??

benjaminRomano commented 8 years ago

@wulei Vim Mode has been added to the bottom bar. see https://github.com/74th/vscode-vim/issues/13 for details on how to enable it.

74th commented 8 years ago

I cannot found this error. But I fixed some bugs. Please reinstall this plugins and try it.

msherwood21 commented 8 years ago

Just installed thirty minutes ago and can confirm this issue is still present.

msherwood21 commented 8 years ago

To help you better track down this issue, here are the steps to reproduce the error:

  1. Open a new document or open a document and place the cursor on a blank line
  2. Enter insert mode through either 'i' or 'a'
  3. Type Shift+H
74th commented 8 years ago

Please update this plugin.

msherwood21 commented 8 years ago

I have updated and can confirm it's working correctly now.