amatiasq / vsc-sort-imports

Sort ES6 imports automatically.
ISC License
57 stars 24 forks source link

Make package.json prevail over extension config #85

Closed secondfry closed 3 years ago

secondfry commented 3 years ago

This makes package.json to have priority over extension settings. Closes #84.

Extension settings package.json result
unset unset eslint
unset module module
module unset module
module renke renke

P.S. Also still resolves modules from project path correctly.

jerome-benoit commented 3 years ago

@amatiasq: could you please upload the 6.2.6 version with that fix to the code store? I will do the tagging once done.

Thanks.

jerome-benoit commented 3 years ago

@amatiasq: ping?

amatiasq commented 3 years ago

Published