seperate window command prompt in wrong status bar
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
When you move an editor tab to a new window, the vim command line prompts appear in the status bar of the main window, not the new separate window.
To Reproduce
Steps to reproduce the behavior:
- Right click on an editor tab and choose "Move into New Window". The Editor for the open file moves into a new separate window.
- Type anything that would switch vim into command mode, such as ':' or '/'
- Notice that the command prompt appears in the status bar of the main VS code window, not of the new current Editor window.
Expected behavior
The vim command prompt should appear in the status bar of the active Editor window.
Environment (please complete the following information):
- Extension (VsCodeVim) version: v1.27.1
- VSCode version: 1.85.0
- OS: Same issue on both Windows and Linux
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Reproduce the issue by moving an editor tab into a new window, then trace how Vim command prompts select the status bar for the active window. Done means prompts from ':' or '/' appear in the active Editor window rather than the main VS Code window.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- desktop, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100