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

Maintainer: Ignore: Entered in Error #9413

Open
gitenstuff opened this issue Dec 25, 2024 · 0 comments
Open

Maintainer: Ignore: Entered in Error #9413

gitenstuff opened this issue Dec 25, 2024 · 0 comments

Comments

@gitenstuff
Copy link

Describe the bug
vim.statusBarColorControl": true

When editing a file the status bar turns red for insert mode and green for normal mode. The problem is that if you have multiple vscode windows opened, all of the statusbars change color. So, I could be normal mode in two code windows. In the first window, I enter insert mode. Status bar turns red ->ON BOTH WINDOWS<

If I disable the extension in one of the windows, then change mode in the other window, even then, the window with disabled extension changes color.

To Reproduce
Steps to reproduce the behavior:

  1. set vim.statusBarColorControl": true
  2. cd proj1; code .
  3. cd proj2; code .
  4. in both projects, open any file
  5. now, both statusbars are green (--NORMAL--)
  6. In proj1, enter insert mode
  7. proj1>statusbar goes red, as expected
  8. proj2>statusbar goes red (even though it is still in NORMAL MODE and should have remained green

Expected behavior
Color of every statusbar in every project window change colors independently.

Screenshots
Screenshot from 2024-12-25 17-48-41
Screenshot from 2024-12-23 23-31-26

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.2
  • VSCode version: 1.96.2
  • OS: Alma Linux 9
@gitenstuff gitenstuff changed the title vim.statusBarColorControl": true - statusbar colors change for every open vscode window Obsolete Dec 25, 2024
@gitenstuff gitenstuff changed the title Obsolete Maintainer: Ignore: Entered in Error Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant