mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
fixes #27488
This commit is contained in:
@@ -447,7 +447,7 @@ export class GitStatusParser {
|
||||
// space
|
||||
i++;
|
||||
|
||||
if (entry.x === 'R') {
|
||||
if (entry.x === 'R' || entry.x === 'C') {
|
||||
lastIndex = raw.indexOf('\0', i);
|
||||
|
||||
if (lastIndex === -1) {
|
||||
|
||||
Reference in New Issue
Block a user