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

The Vim plugin can not edit except i/a/s #3270

Closed
milley opened this issue Dec 17, 2018 · 5 comments
Closed

The Vim plugin can not edit except i/a/s #3270

milley opened this issue Dec 17, 2018 · 5 comments

Comments

@milley
Copy link

milley commented Dec 17, 2018

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
Item Value
CPUs Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (8 x 2592)
GPU Status 2d_canvas: enabled
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
Memory (System) 15.92GB (10.36GB free)
Process Argv
Screen Reader no
VM 44%
@jpoon
Copy link
Member

jpoon commented Dec 30, 2018

I code with the go language extension all the time and cannot repro your issue. What happens when you just run the VIM extension?

@milley
Copy link
Author

milley commented Dec 31, 2018 via email

@jpoon
Copy link
Member

jpoon commented Jan 2, 2019

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

@milley
Copy link
Author

milley commented Jan 3, 2019

I found when i install the follow plugins it does not work:
名称: Debugger for Java
ID: vscjava.vscode-java-debug
说明: A lightweight Java debugger for Visual Studio Code
版本: 0.16.0
发布者: Microsoft
vs 市场链接: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug

名称: Java Dependency Viewer
ID: vscjava.vscode-java-dependency
说明: Manage Java Dependencies in VSCode
版本: 0.3.0
发布者: Microsoft
vs 市场链接: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency

名称: Java Extension Pack
ID: vscjava.vscode-java-pack
说明: Popular extensions for Java development and more.
版本: 0.5.0
发布者: Microsoft
vs 市场链接: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack

名称: Java Test Runner
ID: vscjava.vscode-java-test
说明: Run and debug JUnit or TestNG test cases
版本: 0.13.0
发布者: Microsoft
vs 市场链接: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test

名称: Language Support for Java(TM) by Red Hat
ID: redhat.java
说明: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support and more...
版本: 0.36.0
发布者: Red Hat
vs 市场链接: https://marketplace.visualstudio.com/items?itemName=redhat.java

名称: Maven for Java
ID: vscjava.vscode-maven
说明: Manage Maven projects, execute goals, generate project from archetype, improve user experience for Java developers.
版本: 0.12.1
发布者: Microsoft
vs 市场链接: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven

@milley
Copy link
Author

milley commented Jan 3, 2019

When i set the loggingLevel to debug, it's ok now.Change is to error also works fine, thx very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants