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.