bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 92 forks source link

[Bug] HaoGist conflict #105

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Summary

I don't open my gists, if Sublime-GitHub enable for me.

2. Expected behavior

Successful open gists.

3. Actual behavior

command: choose_gist {"callback_command": "open_gist_in_browser"}
Traceback (most recent call last):
  File "D:\Sublime Text 3 x64\sublime_plugin.py", line 812, in run_
    return self.run(edit, **args)
TypeError: run() got an unexpected keyword argument 'options'

4. Steps to reproduce

I reproduce the problem in a version of Sublime Text without plugins and user settings.

I install HaoGist package → I set my GitHub token in HaoGist settings → I restart Sublime Text → Ctrl+Shift+PHaoGist: Open Gist In Browser → I get actual behavior. If I disable Sublime-GitHub, I get expected behavior.

5. Environment

Operating system and version: Windows 10 Enterprise LTSB 64-bit EN Sublime Text: Build 3126

Thanks.

Kristinita commented 7 years ago

@xjsender, any ideas?

Thanks.