-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
The Vim plugin can not edit except i/a/s #3270
Comments
I code with the |
In the normal mode, the h/j/k/l can't move cursor.In the insert mode, after
push the i/a/s, it can edit the doc but when push esc, can't use u to
cancel the edit section.
Jason Poon <[email protected]> 于2018年12月30日周日 下午4:03写道:
… I code with the go language extension all the time and cannot repro your
issue. What happens when you just run the VIM extension?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3270 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAy6F_7AqF6p6bUUfDSOKNwbN0TlmqaHks5u-HNkgaJpZM4ZWM15>
.
|
As mentioned in my earlier comment, What happens when you just run the VIM extension? What do you see in the developer console? https://github.com/VSCodeVim/Vim#debugging-remappings |
I found when i install the follow plugins it does not work: 名称: Java Dependency Viewer 名称: Java Extension Pack 名称: Java Test Runner 名称: Language Support for Java(TM) by Red Hat 名称: Maven for Java |
When i set the loggingLevel to debug, it's ok now.Change is to error also works fine, thx very much! |
Issue Type: Bug
When i update my gocode library and the Go plugin, i can not use vim on Visual Studio Code, the version of the Go plugin like this:
name: Go
ID: ms-vscode.go
describe: Rich Go language support for Visual Studio Code
version: 0.8.0
publisher: Microsoft
vs url: https://marketplace.visualstudio.com/items?itemName=ms-vscode.go
I can use the keymap i,s,a to update the text,but can not delete use backspace on insert mode or use dd/x on normal mode.
Extension version: 0.16.14
VS Code version: Code 1.30.0 (c6e592b2b5770e40a98cb9c2715a8ef89aec3d74, 2018-12-11T22:29:11.253Z)
OS version: Windows_NT x64 10.0.17134
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: