emmetio / emmet-atom

Emmet support for Atom
MIT License
764 stars 181 forks source link

Emmet: no such extension folder: /Users/***/emmet #549

Open basbebe opened 6 years ago

basbebe commented 6 years ago

I'm getting this in my console after startup:

Emmet: no such extension folder: /Users/***/emmet

loadExtensions @ /Users/***/.atom/packages/emmet/lib/emmet.coffee:156
itwebmaster commented 6 years ago

=)) Hello guys! You can read the last paragraph readme.md of this plugin:

Support extension

You can easily extend Emmet with new actions and filters or customize existing ones. In the "Settings"> "Emmet" section, set the extension path to the folder with the Emmet extensions. The default is ~/emmet. emmet in the home directory of your system.

Hence the conclusion This plugin tries to find this folder "~ /emmet" ("<WinDrive(C)>:\Users\\emmet" - on Windows)

And the solution to this problem.

pabloab commented 6 years ago

This is a workaround. Why send a warning because of a feature the user is not using? Who wants an empty folder just to silent a warn?

sergeche commented 6 years ago

It’s a warning for those who wants to extend Emmet and misspelled folder location. What’s the problem with this warning in Atom internals?

pabloab commented 6 years ago

This warn add unnecessary noise to atom console. Actually, I was tracking another issue and this appear in the way. If the intention is to wan about misspelled folder location, why warn if it is completely empty?

sergeche commented 6 years ago

It’s not about being empty, it’s about being placed in wrong folder. It tells user where extension folder is expected to be

pabloab commented 6 years ago

So you send a warning to inform/explain the user about how to use a feature they might don't even want to use? Something you already correctly explain on the placeholder setting. If the user didn't even add a path, why sending a warning? I'm sorry but I don't get it. @bax- @itwebmaster you agree with @sergeche this warning is necessary or useful?

sergeche commented 6 years ago

This issue won’t be relevant soon since new version of Emmet is coming: https://github.com/emmetio/atom-plugin

Rpascar1 commented 4 years ago

This issue won’t be relevant soon since new version of Emmet is coming: https://github.com/emmetio/atom-plugin

Is this still in the works?