This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Description From Pavan Patel (@v-pavanp) on March 15, 2016 4:14
VSCode Version: Windows10
OS Version:
Steps to Reproduce:
Install go from this location:https://visualstudiogallery.msdn.microsoft.com/bd7675ba-1bf5-4395-8c5a-4fc19dfc0d76
Create directory structure and set environment variable for GOPATH, GOBIN. by following instruction provided at : https://golang.org/doc/install?download=go1.6.windows-amd64.msi
Now add a .go file under workspace dir and execute below command to generate a EXE under GOBIN file.
Once exe is generated successfully, open the workspace folder in VSCODE.
Open go file and install GO extension.
Verify extension installed successfully without any error.
Verify GOPATH error should not be displayed as environment variables are already been set.
Actual: Getting error message "Error : Type Error: Bad argument".
Expected: There should not be any error message like this.
Copied from original issue: microsoft/vscode#4224
Reactions are currently unavailable
From Pavan Patel (@v-pavanp) on March 15, 2016 4:14
Steps to Reproduce:
Actual: Getting error message "Error : Type Error: Bad argument".

Expected: There should not be any error message like this.
Copied from original issue: microsoft/vscode#4224