-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggitGIT issuesGIT issuesperfverifiedVerification succeededVerification succeeded
Milestone
Description
- 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.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggitGIT issuesGIT issuesperfverifiedVerification succeededVerification succeeded