Giter Site home page Giter Site logo

Comments (13)

MattMattV avatar MattMattV commented on June 29, 2024

I have the same problem as you, all the env set up, all the env vars set but vscode keep saying me "goxxx is not installed please run..."

I suggest you to modify the path you supply in your user config file from "go.gopath": "F:\Data\Projects\GO\src" to "go.gopath": "F:\\Data\\Projects\\GO\\src", backslashes need to be escaped ! (:

from vscode-go.

lukehoban avatar lukehoban commented on June 29, 2024

Yes - string literals in the settings file need to use escaped backslashes. You should see an error reported in your settings file about the literal not being valid.

from vscode-go.

MattMattV avatar MattMattV commented on June 29, 2024

That didn't resolved the problem, I'm. in the same case, string is formatted as it should but it's not working..
Should the go.gopath points to the directory where all the utilities are installed ?

from vscode-go.

lukehoban avatar lukehoban commented on June 29, 2024

The go.gopath should point to the same place as you GOPATH.

Could you share OS, go env and result of Go: current gopath?

from vscode-go.

MattMattV avatar MattMattV commented on June 29, 2024

I'm using W10 Pro

This is the result of go env :

set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=E:\GoWorkspace
set GORACE=
set GOROOT=E:\Go
set GOTOOLDIR=E:\Go\pkg\tool\windows_amd64
set GO15VENDOREXPERIMENT=
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0
set CXX=g++
set CGO_ENABLED=1

Result of : Go: current gopath :
No handler found for the command: 'go.gopath'

Thanks for caring !

from vscode-go.

lukehoban avatar lukehoban commented on June 29, 2024

@Mistermatt007 Two things:

  1. Can you open a .go file before running Go: Current GOPATH?
  2. How is your GOPATH set up? Do you have this in your system or user environment globally? Or do you set it locally in a command shell?

from vscode-go.

MattMattV avatar MattMattV commented on June 29, 2024
  1. WIth a file open Go: Current GOPATH returns : Current GOPATH:E:\GoWorkspace
  2. GOPATH, and GOROOT are set up system-wide, not in a command shell

from vscode-go.

lukehoban avatar lukehoban commented on June 29, 2024

@Mistermatt007 Okay thanks. And what exactly do you see then? Does "Analysis Tools Missing" show in the bottom right? What happens if you click it? What is the contents of your e:\GoWorkspace\bin folder? Have you tried running the go get commands that the popups suggest manually in your shell, what do you see if you run those?

from vscode-go.

JalpeshVadgama avatar JalpeshVadgama commented on June 29, 2024

I have also updated my path in settings.json "F:\Data\Projects\GO\src" but still same error is there. Still its saying golint is not there.

The current Go:Current Path returns F:\Data\Projects\GO\src
path

And still this errors comes.

error

I am using windows 10 Single language.

from vscode-go.

MattMattV avatar MattMattV commented on June 29, 2024

Yes, "Analysis tools missing" was on the bottom, but when I clicked on it and accepted to install missing softwares, the output was blocked on

github.com/lukehoban/go-outline (download)
github.com/lukehoban/go-outline

from vscode-go.

MattMattV avatar MattMattV commented on June 29, 2024

For some unknown reasons, now it's building fine, I don't know how...

from vscode-go.

lukehoban avatar lukehoban commented on June 29, 2024

FWIW - It's possible the issue you were seeing was related to this: microsoft/vscode#560 (comment).

from vscode-go.

JalpeshVadgama avatar JalpeshVadgama commented on June 29, 2024

@lukehoban - Now its working fine after adding Analysis tool!

from vscode-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.