atom-minimap/minimap

Cannot open new file when minimap extension is installed

Closed this issue · 2 comments

When the minimap extension is installed and enabled:

  • Opening atom (with no previous open windows), it opens a new window, but no new file.
  • Pressing new file (command-n) has no effect.

Minimap: 4.29.9
Atom: 1.45.0

I quickly discovered that it was when both minimap and the "docblock-python" package were installed.

Enabling only ONE of the two works (either one). Enabling both gives the errors above.

duplicate of #693