Open whinc opened 1 year ago
I work with multi projects and expect only scan current workspace folder when editing file. Here is my vscode configuration, but it doesn't work
settings.json
"cssVariables.lookupFiles": [ "${workspaceFolder}/**/*.css", "${workspaceFolder}/**/*.scss", "${workspaceFolder}/**/*.sass", "${workspaceFolder}/**/*.less" ]
vscode workspace
workspace -- project1 ---- index.css // expect only scan css files under project1 -- project2 -- ...
Is there any workaround for this?
I work with multi projects and expect only scan current workspace folder when editing file. Here is my vscode configuration, but it doesn't work
settings.json
vscode workspace