Glenn

Results 128 comments of Glenn

This extension is no longer maintained - see #486, this will show you that I have a fork that I'm actively maintaining. After reading it, please close this issue so...

This extension is no longer maintained - see #486, this will show you that I have a fork that I'm actively maintaining. After reading it, please close this issue so...

This version is no longer maintained. please try my updated and maintained version which is available form the marketplace at https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass

@TonyTheFerg, as per [this comment](https://github.com/ritwickdey/vscode-live-sass-compiler/issues/70#issuecomment-748560231) (above), have you tried my extension? This one here is no longer being maintained, whereas mine is (by me 😁). You can find a guide...

> @glenn2223 Thanks! That worked. Good, I'm glad 👍😁 >How do I turn on `showOutputWindowOn`? > > Got it with this: > `"liveSassCompile.settings.showOutputWindowOn": "Debug",` Glad you got it working. I...

I have tried it on my main mailbox where the trash folder has over 71k messages. As you can see from the below, we'd definitely need an index. ![image](https://user-images.githubusercontent.com/33450392/198300078-828654bc-5cbb-4aa1-88f7-af9df96574be.png) I...

>and we likely need just one background task to represent the "export folder" operation so that it's easy to cancel + attach progress. I'm a bit worried that queueing tons...

Ref: Commit [Fix: Extensions don't honour argument `arch`](https://github.com/sass/node-sass/pull/2872/commits/7552f4e72acc8cc4c6aef43a4d17f9907b399143) Test 1: [Step 5: Line 4](https://github.com/glenn2223/node-sass/runs/526923273?check_suite_focus=true#step:5:4) setting arch as `ia32`, [Step 5: Line 447](https://github.com/glenn2223/node-sass/runs/526923273?check_suite_focus=true#step:5:447) save path uses `x64` Test 2: [Success](https://github.com/glenn2223/node-sass/actions/runs/61416312) ___...

> This seems to have a lot more random formatting churn and changes to the overall build setup than the last PR. What has changed that required this? * Formatting:...

Hey, just a small idea. Rather than completely suppressing errors, can they be returned in the result (maybe as an opt-in option)? In my case, it would be handy to...