Wenfang Du

Results 81 comments of Wenfang Du

@zbw8388 @theol0403 I found this PR through [this comment](https://github.com/vscode-neovim/vscode-neovim/pull/1009#issuecomment-1220933485), seems like it's causing `workbench.action.compareEditor.nextChange` and `workbench.action.compareEditor.previousChange` not working properly (instead of jumping to the change, the viewport twitches), v0.0.90 has...

@theol0403 I did a commit bisect, the code from #919 caused that issue.

@theol0403 Oh, that would be why, the new UX is more visual.

@theol0403 Yes, it's a hack, I've converted it to a draft PR to prevent it from merging.

To revert: ![image](https://user-images.githubusercontent.com/28700378/173212886-31120be7-2f4e-4120-9d72-8bf657fbdf06.png)

@orbitoo Neovim natively supports it, give it a try.

Seems like #1009 fixed this issue.

> I don't think it's possible to define object arguments for a command in vscode keybindings. @asvetliakov @nwaywood @theol0403 It is possible, I'm using these keybindings to scroll up/down multiple...

See https://github.com/formulahendry/vscode-code-runner/issues/271#issuecomment-372330573: > For stdin support and encoding issue, please use the below setting (`File`->`Preference`->`Settings`) to run code in Integrated Terminal: > > ```json > { > "code-runner.runInTerminal": true >...

@multics Vue [supports it](https://twitter.com/youyuxi/status/1439304854028029953) now.