From 3be6991a048b8f1a2656e7e7e4ec2f2cb9b08a70 Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Thu, 29 Feb 2024 19:10:31 -0600 Subject: [PATCH] Upgrade to C# Dev Kit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0efd1abc..1ff6856c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,7 +16,7 @@ "settings": {}, // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "ms-dotnettools.csharp", + "ms-dotnettools.csdevkit", "unoplatform.vscode", "ms-vsliveshare.vsliveshare", "ms-vscode.powershell"