-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Describe the bug
This may well be a VSCode 1.57.0 bug instead of a VSCodeVim bug, but I wouldn't know how to formulate the bug report to VSCode proper so I figured I'd open it here and let someone who knows the right words discuss with them.
Previously, I could use normal and visual mode motion keys in the output window. This was extremely useful for copying out baseline output into test files. On the latest updates of VSCode and the Vim extension, this is no longer working.
To Reproduce
Steps to reproduce the behavior:
- Open a workspace that will trigger something to create output. For example, opening a git workspace will create an output window for the output of the git provider. Personally, this bug is breaking my workflow for test output from OmniSharp.
- Open the output window, and select a non-empty log.
- Click in the window to focus it and get a cursor.
- Perform some kind of non-editing vim movement, such as
j
orV
.
Expected behavior
The movement in step 4 happens.
Screenshots
This is the window I'm talking about, if output window isn't the right word:
Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.57.0
- VSCode version: 1.21.2
- OS: Linux and Windows
Additional context
As I said, I think is probably a vscode 1.57.0 bug, but I don't really know the right words to describe the API that they would have broken here.