Closed
Description
Our current setup experience for the aspnetcore repo is designed to work best with Visual Studio (thinking about things like our startvs
scripts, our solution filters, debugging through multiple projects, etc).
We should invest some time into making the experience on VS Code and VS4Mac good for new contributors. This can include things like:
- Adding more VS Code launch configurations for different project scenarios (e.g. running test apps, tests, etc)
- Providing a more complete set of default extensions for VS Code
- Adding git hooks to alert users of common issues in their PR (e.g. bad formatting, no API updates, etc)
...and probably more.