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

Commit

Permalink
ms-vscode.csharp to ms-dotnettools.csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored and brandonh-msft committed Nov 5, 2020
1 parent 4c948d2 commit 6696b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-azuretools.vscode-azurefunctions",
"ms-vscode.csharp",
"ms-dotnettools.csharp",
"mauve.terraform",
"ms-vscode.azurecli",
"ms-azuretools.vscode-docker"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"recommendations": [
"ms-azuretools.vscode-azurefunctions",
"ms-vscode.csharp"
"ms-dotnettools.csharp"
]
}

0 comments on commit 6696b6a

Please sign in to comment.