Skip to content

Commit 2c67277

Browse files
authored
ms-vscode.csharp to ms-dotnettools.csharp (#1223)
1 parent 379931f commit 2c67277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"postCreateCommand": "dotnet restore",
77

88
"extensions": [
9-
"ms-vscode.csharp",
9+
"ms-dotnettools.csharp",
1010
"ms-vscode.powershell-preview",
1111
"davidanson.vscode-markdownlint",
1212
"editorconfig.editorconfig"

.vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
44
"recommendations": [
5-
"ms-vscode.csharp",
5+
"ms-dotnettools.csharp",
66
"ms-vscode.powershell",
77
"davidanson.vscode-markdownlint",
88
"editorconfig.editorconfig"

0 commit comments

Comments
 (0)