You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we create the .cs files the "auto-generated" comment section at the top of each .cs file for some colleagues is generated in English and for others in German. Apparently this produces a lot of unnecessary git commits.
Is there a way to set the language for that generated comment?
To Reproduce
I guess it might be about the language of the Windows OS. We all use the English version of Visual Studio, but some have German Windows 10 OS and others have an English Windows 10 OS.
Expected behavior
Have the same language for the "auto-generated" comment section each time a .cs file generated or updated.
Screenshots
The text was updated successfully, but these errors were encountered:
I'm thinking the simplest thing I can do is provide an option to remove the comments from the code since I'm not sure how it is generated, or maybe always make it English? Thoughts?
Hi, I'd appreciate both, an "always English" option and/or an "no comments" option. Whatever is possible here and helps preventing unneccessary commits :-)
EarlyBoundGenerator V 1.2021.6.14
When we create the .cs files the "auto-generated" comment section at the top of each .cs file for some colleagues is generated in English and for others in German. Apparently this produces a lot of unnecessary git commits.
Is there a way to set the language for that generated comment?
To Reproduce
I guess it might be about the language of the Windows OS. We all use the English version of Visual Studio, but some have German Windows 10 OS and others have an English Windows 10 OS.
Expected behavior
Have the same language for the "auto-generated" comment section each time a .cs file generated or updated.
Screenshots
The text was updated successfully, but these errors were encountered: