mrcrowl / vscode-easy-less

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

Workspace with multiple projects -> Settings for each project folder? #50

Closed jjnxpct closed 4 years ago

jjnxpct commented 5 years ago

Hi! We have some project folders that use the easy less compiler. These all work fine. But when we open those folder in a single workspace, the individual folder settings.json , containing our less.compile settings, are ignored.

Is it possible to have multiple project in a VSCode workspace that also have individual settings for the easy less plugin?

We could add a 'global' workspace setting, but that would mean we have to use the same settings for all projects/folders in the workspace. We would like to be able to maintain the folder settings.

shijue98 commented 4 years ago

I have the same question

mrcrowl commented 4 years ago

The issue with settings in multi-project workspaces should be resolved as of v1.6.0, released today.