Skip to content

Commit ee6ab74

Browse files
authored
Merge pull request #40 from github/timheuer-patch-2
Fixes redundant extensions listed in definition
2 parents 37b6632 + 40de695 commit ee6ab74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
"ms-vscode.vscode-node-azure-pack",
2626
"GitHub.copilot",
2727
"GitHub.vscode-github-actions",
28-
"ms-dotnettools.vscode-dotnet-runtime",
29-
"ms-dotnettools.csdevkit",
30-
"ms-dotnettools.csharp"
28+
"ms-dotnettools.csdevkit"
3129
]
3230
}
3331
},

0 commit comments

Comments
 (0)