praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Add DevContainer Configuration #136

Closed mike-grant closed 3 years ago

mike-grant commented 3 years ago

Added a configuration for devcontainers, for use in VS Code, Visual Studio 2019 and GitHub Codespaces. It's using the default configuration provided by Microsoft

I've also tweaked the launch.json for vscode as this was pointing to netcoreapp2.0 instead of netcoreapp2.1.

praeclarum commented 3 years ago

Very cool, thank you for the effort!