Skip to content

Git Status Updates Are Blocking #168453

@hediet

Description

@hediet
  • Enable Auto-Save
  • Create a git repo (using powershell):
git init

for ($i = 0; $i -lt 1000; $i++) {
$fileName = New-Guid
New-Item -ItemType File -Path $fileName
}
  • Open the scm view, notice 1k untracked files
  • Open a file and type

This causes the attached profile. Notice that every time the file is written to disk, the UI freezes for ~200ms. For more files this is even slower.

Profile-20221208T144120.zip

image

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buggitGIT issuesperfverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions