VS Code Git Perf Data Collection
Please run these from the exact repo/worktree folder where VS Code is slow.
First confirm in external terminal Git is fast:
pwd
which git
git --version| import SwiftUI | |
| struct Task: Codable, Identifiable, Hashable { | |
| var id: Int | |
| var name: String | |
| } | |
| struct ContentView: View { |
| import * as vscode from 'vscode'; | |
| class PSNB implements vscode.NotebookProvider { | |
| constructor() {} | |
| async resolveNotebook(editor: vscode.NotebookEditor): Promise<void> { | |
| editor.document.languages = ['powershell']; | |
| const uri = editor.document.uri; | |
| const data = (await vscode.workspace.fs.readFile(uri)).toString(); | |
| const lines = data.split(/\r|\n|\r\n/g); |
VS Code Git Perf Data Collection
Please run these from the exact repo/worktree folder where VS Code is slow.
First confirm in external terminal Git is fast:
pwd
which git
git --version