Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 6696b6a

Browse files
devleadbrandonh-msft
authored andcommitted
ms-vscode.csharp to ms-dotnettools.csharp
1 parent 4c948d2 commit 6696b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Add the IDs of extensions you want installed when the container is created.
1212
"extensions": [
1313
"ms-azuretools.vscode-azurefunctions",
14-
"ms-vscode.csharp",
14+
"ms-dotnettools.csharp",
1515
"mauve.terraform",
1616
"ms-vscode.azurecli",
1717
"ms-azuretools.vscode-docker"

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"recommendations": [
33
"ms-azuretools.vscode-azurefunctions",
4-
"ms-vscode.csharp"
4+
"ms-dotnettools.csharp"
55
]
66
}

0 commit comments

Comments
 (0)