cliffrowley / atom-open-in-github-app

Atom package to open the current project in GitHub.app
MIT License
5 stars 1 forks source link

Fix deprecation warning for the context menu #2

Closed jrsconfitto closed 9 years ago

jrsconfitto commented 9 years ago

When trying to create tests for my windows supporting PR, i found this :astonished:

image

This PR updates the context menu to remove the deprecation warning:

image

i changed the text of the context menu to Open in GitHub app because GitHub.app isn't a thing in the magical land we call Windows :wink:. Let me know if you want it to be something else.

Sadly, it doesn't fix my poorly written tests, even after i wished really hard :cry:

jrsconfitto commented 9 years ago

Pretty sure this doesn't apply anymore... closing!

cliffrowley commented 9 years ago

Indeed, this is superseded by https://github.com/cliffrowley/atom-open-in-github-app/pull/1