Handle change in Go extension's ID

This commit is contained in:
Chuck Lantz
2020-06-09 00:43:34 +00:00
parent f942407bf4
commit 17e380eb62

View File

@@ -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.