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
It seems like the Mercurial extension breaks the git SCM provider from marking changes in the gutter. I started noticing this with VSCode 1.16.0, when multiple SCM provider support was added. https://code.visualstudio.com/updates/v1_16#_source-control
VSCode Version: 1.16.0
OS Version: Windows 10
Steps to Reproduce:
Install the Mercurial extension.
Open a project that uses a git repo.
Edit some files. The git sidebar pane detects the changes, but they are not marked in the gutter.
Disable the Mercurial extension and the git gutter markers come back.
Reproduces without extensions: No
The text was updated successfully, but these errors were encountered:
Thanks @jerivas, and sorry for the trouble. Hg wasn't updated to compensate for multiple SCM providers, introduced in vscode 1.1.6.0. The context flag it relied on was scmProvider = hg which was deprecated.
It seems like the Mercurial extension breaks the git SCM provider from marking changes in the gutter. I started noticing this with VSCode 1.16.0, when multiple SCM provider support was added. https://code.visualstudio.com/updates/v1_16#_source-control
Steps to Reproduce:
Reproduces without extensions: No
The text was updated successfully, but these errors were encountered: