Microsoft/vscode

Git - Improve missing Git user/name behavior

Open

#114,049 opened on Jan 8, 2021

View on GitHub
 (5 comments) (5 reactions) (1 assignee)TypeScript (74,848 stars) (10,221 forks)batch import
feature-requestgithelp wanted

Description

@CoreTechnologyAG @GuilhermeAbacherli I know how to resolve it, the reason why I opened this issue is because i think it can be done better. @eamodio could you take a Look at our suggestions? They are as following: Suggestion 1: Make an option in the settings to enable/disable auto-detect Suggestion 2: Make it a Warning instead of an error (Like git does as well) Suggestion 3: Give us the option to set user.name and user.email directly from VS Code (By @mrwensveen and @abby-d )

Originally posted by @michvllni in https://github.com/microsoft/vscode/issues/112294#issuecomment-747276997

Contributor guide