You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
set vim.statusBarColorControl": true
cd proj1; code .
cd proj2; code .
in both projects, open any file
now, both statusbars are green (--NORMAL--)
In proj1, enter insert mode
proj1>statusbar goes red, as expected
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
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.2
VSCode version: 1.96.2
OS: Alma Linux 9
The text was updated successfully, but these errors were encountered:
gitenstuff
changed the title
vim.statusBarColorControl": true - statusbar colors change for every open vscode window
Obsolete
Dec 25, 2024
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:
Expected behavior
Color of every statusbar in every project window change colors independently.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: