From bd58080a7a36d7e28e2a8682abc95bbd22af0ea2 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Sun, 8 Mar 2020 17:07:55 +0100 Subject: [PATCH] ms-vscode.csharp to ms-dotnettools.csharp --- .devcontainer/devcontainer.json | 2 +- .vscode/extensions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5df5ae82d..d59606e96 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ }, "postCreateCommand": "dotnet restore", "extensions": [ - "ms-vscode.csharp", + "ms-dotnettools.csharp", "ms-vscode.powershell" ] } \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 9be92f563..098ed86e6 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,7 +3,7 @@ // for the documentation about the extensions.json format "recommendations": [ "ms-vscode.PowerShell", - "ms-vscode.csharp", + "ms-dotnettools.csharp", "ms-vscode-remote.remote-containers" ] } \ No newline at end of file