Skip to content

Instantly share code, notes, and snippets.

@llaughlin
Created July 1, 2021 16:07
Show Gist options
  • Save llaughlin/fe7396c9c0f08f94f1f4a31a5afac039 to your computer and use it in GitHub Desktop.
Save llaughlin/fe7396c9c0f08f94f1f4a31a5afac039 to your computer and use it in GitHub Desktop.
Dev Container VS Code config
{
"extensions": [
"ms-dotnettools.csharp",
"formulahendry.dotnet-test-explorer",
"fernandoescolar.vscode-solution-explorer",
"shardulm94.trailing-spaces",
"pkief.material-icon-theme",
"jmrog.vscode-nuget-package-manager",
"patcx.vscode-nuget-gallery",
"k--kato.docomment",
"formulahendry.dotnet",
"2gua.rainbow-brackets",
"oderwat.indent-rainbow",
"donjayamanne.githistory"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment