Ben Blank

Results 35 comments of Ben Blank

There has not been a release in the last 30 days; the repro is still up to date.

Ultimately, I think inconsistency is the real enemy, here; I'll update the issue description to that effect. Unexpected properties are perfectly "reasonable" in a monkey-patchable language like JS, but they're...

The issue persists in v29.6.4. The repro linked in the original post has been updated.

This looks like the earliest/busiest of the four (d'oh) issues raised for this bug, so I'll link to the sleuthing I did and logs I gathered, but posted on one...

I've just encountered this issue and found a solution which seems unrelated to the configuration provider. Just context: the problem which triggered this error and how I solved it I...

Hmm. Is setting the view's `name` in package.json perhaps optional? I wish I had time to dig into this myself; I've been wanting to learn more about creating Code extensions,...

I briefly scanned the other views provided by VS Code and the extensions I have installed, but only found one view which does something like this — the built-in Folders...

Looking at the current code, it does indeed look like the test is "reversed", but in the sense that the existing test needed to be inverted (and the clauses rearranged)...

I see the same using Chrome 108, Firefox 107, and Firefox 108, all on Windows 10, everything set to Light Mode. Based on how the docs are generated, this might...

I've just run into this limitation myself: I change `printWidth` to 120 in the general case (I primarily use Prettier with source code, which I do believe benefits from longer...