question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v5.1.0: Can't use workspace related settings

See original GitHub issue

Hi @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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sorinhaidaucommented, Jul 17, 2021

It’s working perfectly! Thank you very very much.

1reaction
glenn2223commented, Jul 17, 2021

Thanks for that. I have identified the fault and resolved it.

Please can you confirm that the latest release has resolved your issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found