This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I'm using Workbench (ver 3.2.856.22592) with Visual Studio 2010. Whenever I try to edit an .scss file the page will hang, prior to me even saving the file. Most of the time VS will sit for several seconds with the white out overlay with the "Not Responding" message in the VS title bar at the top of the window. This issue only lasts for 5 seconds or so after every edit, but when I'm trying to make several edits to an .scss file, it can get quite frustrating. |
|
|
Does this happen just one (e.g first time) or every time you open or switch to a .scss file? Can you confirm what other extensions you have installed? In particular do you have Web Essentials installed?
|
|
|
It was happening all the time, every time I would edit a single character in the .scss file. I do not have Web Essentials installed, but I did find something out last night. I believe the issue was with a browser switcher extension because once I uninstalled it I was able to edit my .scss files with no problems. What's really strange is that I disabled browser switcher (among all the other extensions) and was still getting the issue. |
|
|
Thanks for the update - can you point us at the extension in question as I would be interested to try and repro the issue here to have a quick look to see if there is anything we might be able to tweak at the WW end to mitigate this.
|
|
|
I have a similar issue where mysteriously the generation of the resulting .css file runs indefinitely. From the task manager I can see the devenv.exe process remain at 30-50% and the ruby.exe process stuck at 25%. I am using the latest version of Workbench with VS 2012 Ultimate, Update 2. Is there a log that I can review to see what it is doing, or a CLI where I can invoke the .scss compilation manually? |
|
|
Im assuming this is not a Compass project. If thats the case you can open a shell to %APPDATA%..\Local\Temp\Mindscape\WebWorkbench\Ruby193\Ruby193\bin and then execute: sass [absolute-path-to-scss-file]
|
|