mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
67 stars 23 forks source link

Option to compile imported files #70

Closed eco747 closed 2 years ago

eco747 commented 3 years ago

less allow the @import keyword. It should be really great that the file watcher can see this sub files & recompile the main file.

mrcrowl commented 2 years ago

A watcher would be great, but it greatly increases the complexity of the plugin to the point where I will be unlikely to support it (I don't put enough time in as it is in it's current state).