Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Go plugin doesn't expand ~ in GoPath #623

Closed
yizhang82 opened this issue Nov 17, 2016 · 2 comments
Closed

Go plugin doesn't expand ~ in GoPath #623

yizhang82 opened this issue Nov 17, 2016 · 2 comments
Assignees

Comments

@yizhang82
Copy link

  • VSCode Version: 1.7.1
  • OS Version: Mac OSX Sierra 10.12.1
  • Go PlugIn: 0.6.39
    Steps to Reproduce:
  1. set goPATH=~/gosrc and install plugins there using 'go get'
  2. Open VsCode and add following setting

"go.gopath": "~/gosrc"

Save and exit.

  1. Open VS code - VS code still prompts for missing plugin such as golint, etc
  2. If you change ~ to the full path '/users/yizhang/gosrc', go plugin would properly find the path
@AlekSi
Copy link
Contributor

AlekSi commented Nov 24, 2016

That also breaks formating on save with goreturns.

@ramya-rao-a ramya-rao-a self-assigned this Feb 5, 2017
ramya-rao-a added a commit to ramya-rao-a/vscode-go that referenced this issue Feb 5, 2017
@ramya-rao-a
Copy link
Contributor

The fix for this issue is now available in the latest update (0.6.54) to the Go extension.
Please update and let us know if you still see any issues

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants