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
Describe the bug
When enabling the gitConfigUser.selectMatchedProfileAutomatically setting and using multiple editors the extension causes a flickering of unsaved for a file. It doesn't matter whether it is actually unsaved or not. The flickering has a frequency of roughly 1s. This alone is not a major issue, but together with other extensions, like Error Lens this causes horrendous flickering of the code highlighting.
It seems like something gets repeatedly refreshed causing a reload or similar.
Disabling the setting removes all flickering!
To Reproduce
Steps to reproduce the behaviour:
Enable the setting.
Open a second editor.
Check the OPEN EDITORS tab and observe an opened file. A flickering of the unsaved label should be visible.
Desktop (please complete the following information):
To complete @Remodor report, opening 2 editors configured with the same profile is fine.
Opening 2 editors which each have a different profile configured causes the problem. The file that gets repeatedly refreshed is simply the settings.json, where properties selected of the 2 differents gitConfigUser.profiles will switch to false or true constantly.
A workaround is indeed disabling selectMatchedProfileAutomatically, but it will be nice to benefit from it and avoid having 2 profiles conflicting.
Describe the bug
When enabling the
gitConfigUser.selectMatchedProfileAutomatically
setting and using multiple editors the extension causes a flickering ofunsaved
for a file. It doesn't matter whether it is actually unsaved or not. The flickering has a frequency of roughly 1s. This alone is not a major issue, but together with other extensions, like Error Lens this causes horrendous flickering of the code highlighting.It seems like something gets repeatedly refreshed causing a reload or similar.
Disabling the setting removes all flickering!
To Reproduce
Steps to reproduce the behaviour:
OPEN EDITORS
tab and observe an opened file. A flickering of theunsaved
label should be visible.Desktop (please complete the following information):
Additional Remarks
Could this be related to #95
The text was updated successfully, but these errors were encountered: