Microsoft/vscode
Vedi su GitHubGit - "Add to .gitignore" feature shows up for `.gitignore` file in Source Control tab
Open
#187.354 aperta il 8 lug 2023
buggithelp wanted
Metriche repository
- Star
- (74.848 star)
- Metriche merge PR
- (Merge medio 11h 43m) (1000 PR mergiate in 30 g)
Descrizione
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.80.0
- OS Version: Linux x64
Steps to Reproduce:
- Open a project with a git repository.
- Make a change to the
.gitignorefile. - Go to the
Source Controltab (place to stage changes, commit, and push) - Right click on
.gitignore. - Add to
.gitignoreis there. If clicked, then it will add.gitignoreto the.gitignorefile. This can be done an infinite amount of times.