We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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?
.../User/GoSublime/src/margo.sh
/User/GoSublime/src/margo
.sh
Sorry, something went wrong.
No branches or pull requests
Hi guys,
Hope you are all well !!!
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
The text was updated successfully, but these errors were encountered: