Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

activationHooks breaks package loading #280

Closed
yokujin opened this issue Nov 21, 2016 · 3 comments
Closed

activationHooks breaks package loading #280

yokujin opened this issue Nov 21, 2016 · 3 comments
Labels

Comments

@yokujin
Copy link

yokujin commented Nov 21, 2016

After upgrade to version 2.1.0, package stopped working. It does nothing at all. No flake8 script is run. No errors checked or displayed. It looks like it is not installed. But it exists in the list of installed packages and it is not disabled.

After short investigation I found out that removing this portion of package.json recovers package:

"activationHooks": [
  "language-python:grammar-used"
],

Atom version: 1.12.4

@yokujin
Copy link
Author

yokujin commented Nov 21, 2016

Possibly it is because the syntax of my .py files set to 'Python Django' instead of just 'Python'...

@hvdklauw
Copy link
Contributor

I have the same issue, MagicPython/Python Django does not work, but Python does.

@Arcanemagus
Copy link
Member

Fixed in v2.1.1, thanks again @walles!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants