t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

Move migration warning for "Coffee to JS based extension" to README #967

Closed t9md closed 6 years ago

t9md commented 6 years ago

Vmp have been warning for CoffeeScript to ES6 migration for a month.

When I got PR #964 by @filipewl, I noticed this warning is also displayed to user who newly installed vmp pkg.

This warning should be displayed for upgraded user only, but Atom doesn't provide the way to distinguish upgrade/install(I haven't investigate deeply though).

Anyway my solution is just remove non-perfect warning, and move it to README. I believe most of user already have migrated to JS based extension if they have it.