GoSublime icon indicating copy to clipboard operation
GoSublime copied to clipboard

Unable to find package margo

Open ghost opened this issue 5 years ago • 1 comments

Hi guys,

Hope you are all well !!!

[13:13:33] margo: agent#007: ['/Users/x0rzkov/Library/Application Support/Sublime Text 3/Packages/GoSublime/bin/margo.sh', 'start', 'margo.sublime', '-codec', 'msgpack']
[13:13:33] margo: agent#007: log: ``` go install -v -tags=margo margo.sh/cmd/margo.sublime ```
[13:13:40] margo: agent#007: log: press ` super+. `,` super+x ` to configure margo or check console for errors
[13:13:40] margo: agent#007: log: *Not* using margo extension: Error: cannot find package "margo" in any of:
[13:13:40] margo: agent#007: log: 	/usr/local/go/src/margo (from $GOROOT)
[13:13:40] margo: agent#007: log: 	/Users/x0rzkov/Library/Application Support/Sublime Text 3/Packages/User/GoSublime/src/margo (from $GOPATH)
[13:13:40] margo: agent#007: stopping

I have margo.sh in /Users/x0rzkov/Library/Application Support/Sublime Text 3/Packages/User/GoSublime/src/

How to sort it out ? thanks

Cheers, X

ghost avatar Oct 16 '20 11:10 ghost

Is it literally .../User/GoSublime/src/margo.sh? the package dir should be /User/GoSublime/src/margo (no .sh). What happens if you press cmd+.,cmd+x?

DisposaBoy avatar Oct 18 '20 17:10 DisposaBoy