From 17e380eb624503ee6864e60788872e9327060f54 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Tue, 9 Jun 2020 00:43:34 +0000 Subject: [PATCH] Handle change in Go extension's ID --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f2c05ab..267bb88 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ // Add the IDs of extensions you want installed when the container is created in the array below. "extensions": [ - "ms-vscode.go" + "golang.Go" ], // Uncomment the next line to run commands after the container is created.