Skip to content

Commit c49fb06

Browse files
authored
ms-vscode.csharp to ms-dotnettools.csharp (#1424)
1 parent f389aa4 commit c49fb06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"postCreateCommand": "dotnet restore",
1010
"extensions": [
11-
"ms-vscode.csharp",
11+
"ms-dotnettools.csharp",
1212
"ms-vscode.powershell"
1313
]
1414
}

Diff for: .vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
"ms-vscode.PowerShell",
6-
"ms-vscode.csharp",
6+
"ms-dotnettools.csharp",
77
"ms-vscode-remote.remote-containers"
88
]
99
}

0 commit comments

Comments
 (0)