mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 05:11:14 +01:00
4576aa4385
* init * fix: correct configuration key for detecting Git worktrees * Fixed misspelling of worktrees and populated worktree list * exported parseGitWorktrees * Replaced git commands with file system reader * Removed trailing './git' from path * Prevent errors when accessing empty worktree directory * Enable worktree deletion * code clean up * Remove exposure to git extension * labeling and minor fixes * throw error when no worktrees created * Error handling when getting worktrees --------- Co-authored-by: bhavyaus <bhavyau@microsoft.com>