This repository was archived by the owner on May 7, 2021. It is now read-only.
This repository was archived by the owner on May 7, 2021. It is now read-only.
go-plus opens on default for every project #853
Closed
Description
Prerequisites
- [X ] Have you tried launching
atom .
from the terminal in your project's directory? - [X ] Have you verified the output from
go env
is correct? If it is, please include the output in this issue. - [X ] Have you updated Atom to the latest version?
- [X ] Have you tried using Atom Beta, which can be run side-by-side with Atom Stable? Is the behavior the same, or different?
- [X ] Have you updated your Atom packages to the latest versions?
- [X ] Have you read the FAQ?
- [ X] Have you searched the issues to see if others are experiencing the same issue?
Description
When opening an Atom window from any project, even ones with no .go files, Go-Plus now appears after the most recent update.
Output from atom -v && apm -v
Atom : 1.32.2
Electron: 2.0.9
Chrome : 61.0.3163.100
Node : 8.9.3
Output From go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/***/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/***/go"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.10.1/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.10.1/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/7z/h2xpjs_95kl16fvqf5x4w9800000gn/T/go-build270758842=/tmp/go-build -gno-record-gcc-switches -fno-common"
Steps to Reproduce
- Open any non-Go project from the terminal
Expected Behavior
Go-Plus should not open the bottom window
Actual Behavior
The bottom window is open with Go-Plus and Linter.
Metadata
Metadata
Assignees
Labels
No labels