Skip to content

Commit 86d2cca

Browse files
authored
Update vscode extension recommendations (#23044)
### Description of Change We were recommending some now less than useful extensions. This updates the recommended extensions to be: C# Dev Kit, C# Intellicode, and GitHub CoPilot Chat, which will pull in their required dependencies as well.
2 parents ac397e4 + 8497dee commit 86d2cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"recommendations": [
3-
"ms-dotnettools.csharp",
4-
"ms-vscode.mono-debug",
5-
"visualstudioexptteam.vscodeintellicode",
3+
"ms-dotnettools.vscodeintellicode-csharp",
4+
"ms-dotnettools.dotnet-maui",
5+
"github.copilot-chat"
66
]
77
}

0 commit comments

Comments
 (0)