Benjamin Pasero

Results 424 comments of Benjamin Pasero

@justschen @roblourens this is fixed now, right?

Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/

I think `2.0.5` would be interesting because that was without changes for the longest time until recently.

The intent of my change was provide a coalesced event to the outside listener and I was not aware it could break something internally. It would probably be safer to...

Actually the original issue in https://github.com/parcel-bundler/watcher/issues/72 is that the watcher was emitting a create-event and not a delete+create. So there was some coalescing happening but imho the wrong one. If...

@codebytere curious, is this behind an option that can be selectively enabled or disabled? I can imagine that an app might want to decide to have it and/or even control...

@codebytere great, eager to give it a try

@codebytere this works really well: ![image](https://github.com/user-attachments/assets/4e4a955f-7156-4ab3-9a3f-8640062d06ae) Quick question: is there any way we could force this color, even if the user has disabled accent colors in Window settings?

@codebytere also curious if this color could be set after the window has opened, so that we could set the color differently per workspace that is opened (a popular request...

@codebytere also, this does not seem to override the accent color when frameless window is not used (i.e. native window frame is used) so I would make that clear in...