-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Oracle never returns #13
Comments
exact same thing here. the fix is to update your project settings file (*.sublime-project ) to contain:
|
I got the
Sublime text 2, Ubuntu 14.04. |
I also see nothing, and the instructions above for which file to edit do not contain enough context. I have set up .../Packages/GoOracle/User.sublime-settings like so: On the command line I get: I'm using Sublime Text 3 on a Mac running Mavericks. Thanks for any assistance. |
Success!! This is (exactly) what worked for me -- I am working on Go 1.5. {
"folders": [ {
"follow_symlinks": true,
"path":"/Users/drchase/work/go/src"
} ],
"settings": {
"GoOracle": {
"env": {
"GOPATH": "/Users/drchase/GoogleDrive/work/gocode",
"GOROOT": "/Users/drchase/GoogleDrive/work/go",
"PATH": "$GOPATH/bin:$GOROOT/bin:$PATH"
},
"oracle_scope": ["github.com/golang/go"]
}
}
}
|
@dr2chase tried w/o luck :-( |
Pressing ctrl+shift+o and selecting something shows a buffer that contains the following:
Running oracle callees command...
It never finishes. The console contains:
The text was updated successfully, but these errors were encountered: