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

Go plugin doesn't expand ~ in GoPath #623

@yizhang82

Description

@yizhang82
  • 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions