would be nice to have the less-plugin-glob in this extension by default or an easy way to add less-plugins to it?
less-plugin-glob: https://github.com/just-boris/less-plugin-glob
i saw the issue where you suggested to add it to the user profiles .vscode/extensions/... folder, but i did not get this to work, also i'm working on my projects with other people so having everybody installing this manually with every update of the plugin is not an option.
i think there is no harm in adding less-plugin-glob by default?
my folder structure is like:
/src/css/style.less
/src/css/modules/module1.less
/src/css/modules/module2.less
/src/css/modules/module3.less
so just using import "modules/*.less" in my style.less would be nice.
because people forget to remove or rename stuff in the style.less when things get changed or forget to add it when new modules are created.
would be nice to have the less-plugin-glob in this extension by default or an easy way to add less-plugins to it?
less-plugin-glob: https://github.com/just-boris/less-plugin-glob
i saw the issue where you suggested to add it to the user profiles .vscode/extensions/... folder, but i did not get this to work, also i'm working on my projects with other people so having everybody installing this manually with every update of the plugin is not an option.
i think there is no harm in adding less-plugin-glob by default?
my folder structure is like:
/src/css/style.less
/src/css/modules/module1.less
/src/css/modules/module2.less
/src/css/modules/module3.less
so just using import "modules/*.less" in my style.less would be nice.
because people forget to remove or rename stuff in the style.less when things get changed or forget to add it when new modules are created.