-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🎄 2017 Winter Holidays update #486
Conversation
…rome-devtools-context' into 2017-winter-holidays
@@ -49,7 +49,7 @@ export default { | |||
data () { | |||
return { | |||
filter: '', | |||
isChrome: typeof chrome !== 'undefined' && chrome.devtools | |||
isChrome: typeof chrome !== 'undefined' && !!chrome.devtools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick Edit boolean! 😸
docs/open-in-editor.md
Outdated
} | ||
} | ||
``` | ||
|
||
3. You can change `'code'` with the editor you are using, see the [supported editors list](https://github.com/lahmatiy/open-in-editor#editor). | ||
3. The editor to launch is guessed. You can also specify the editor app with the `editor` option. See the [supported editors list](https://github.com/lahmatiy/open-in-editor#editor). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Supported editors was added in the launch-editor package.
https://github.com/yyx990803/launch-editor#supported-editors
Absolutely amazing job @Akryum, every feature works flawlessly!!! |
Chrome is notifying me that this release requires new permissions, there should be a note somewhere explaining why. |
Seems like the new permission has been removed in the latest commit. Looking forward to a new version soon 👍 . |
This PR contains merges, fixes and minor changes for the following PRs:
Fix #338