Skip to content

Commit

Permalink
add a set of recommended settings so VS Code will auto-install these …
Browse files Browse the repository at this point in the history
…in a codespace
  • Loading branch information
jmarolf committed Jan 26, 2022
1 parent c051adb commit 5e895ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-dotnettools.csharp",
"EditorConfig.EditorConfig",
"ms-vscode.powershell",
"tintoy.msbuild-project-tools",
"ms-azure-devops.azure-pipelines"
]
}

0 comments on commit 5e895ac

Please sign in to comment.