v5.1.0: Can't use workspace related settings
See original GitHub issueHi @glenn2223,
Can you please assist me with defining settings based on workspaces? I have two projects and different settings are needed.
I have defined the necessary settings in .vscode/settings.json for each workspace, but they are not used.
{
"liveSassCompile.settings.showOutputWindowOn": "None",
"liveSassCompile.settings.forceBaseDirectory": "/resources/sass",
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/public/css"
},
{
"extensionName": ".min.css",
"format": "compressed",
"savePath": "/public/css"
}
]
}
When saving the .scss file, a new .css file is generated in the same folder /resources/sass, not in the one that I’ve assigned /public/css.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
WorkSpaces Windows client application - AWS Documentation
To connect to your WorkSpace for 1.0+ and 2.0+ clients To enter a different registration code, launch the client application, and then on...
Read more >Workspaces - Yarn
Workspaces are a new way to set up your package architecture that's available by default starting from Yarn 1.0. It allows you to...
Read more >About this release | Citrix Workspace app for Windows
Citrix Analytics is unable to receive network related metrics from end users. This issue occurs even when these prerequisites are met: App or ......
Read more >Chapter 8. Administering workspaces - Red Hat Customer Portal
Troubleshooting network setting when workspace agent cannot be reached. 8.19.3. ... You cannot use macros in commands that are launched from server side....
Read more >Google Drive for desktop release notes
Drive for desktop now supports Google Workspace Client-side encryption (CSE). · Users can now use a configurable keyboard shortcut to search their Drive...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s working perfectly! Thank you very very much.
Thanks for that. I have identified the fault and resolved it.
Please can you confirm that the latest release has resolved your issue?