0 comments (0 comments)1 reaction (1 reaction)1 assignee (1 assignee)TypeScript39,847 forks (39,847 forks)batch import
feature-requestgithelp wanted
Repository metrics
- Stars
- 184,936 stars (184,936 stars)
- PR merge metrics
- Avg merge 11h 43m (Avg merge 11h 43m)1,000 merged PRs in 30d (1,000 merged PRs in 30d)
Description
Testing #241476
- Open a folder/workspace that contains a git repository
- Ensure that the
git.untrackedChangesSoftDelete setting is set to true
- Create a new file in the repository
- Switch to the Changes view and click discard
- try to undo. It wants to undo the file creation
Contributor guide
- Research direction
- Examine the VS Code Git extension's discard functionality and the undo stack to understand why undo is not working for untracked files when soft delete is enabled.
- Tech stack
- typescript
- Domain
- desktop
- Issue type
- Bug
- Prerequisites
- GitTypeScript