"vscode:/vscode.git/clone" did not exist on "06063ab695ecfe6fa7737511a070b24412ee1b2a"
fix(lib): mark changes as MODIFIED on 'MM' in `git_prompt_status` (#9552)
In the output of `git status -sb`, 'MM' indicates there are both added and modified changes. This change marks that case as MODIFIED instead of ADDED.
Please register or sign in to comment