Sebastian Nyberg

Results 7 comments of Sebastian Nyberg

This bug probably failed to describe the real issue. Let me add some context. My personal experience was that snippets suddenly started expanding stuff when while tabbing between fields. I...

Here's some more reasoning in case it helps make my case. For all (boolean) preferences in VSCode, there are two types of people: those who prefer it on, and those...

> [...] We changed the default after observing many users who struggled with completion behavior and thinking about it for months. We don't take the default change lightly. I don't...

Regarding #1815: These issues are definitely related in the sense that I'd expect changes to global values to affect the language-specific value when it's unset in the language-specific configuration. This...

Did a similar refactor for fun that ended up almost identical to yours. The only difference is that I went all the way and read the CSV contents into the...

I think it's perfectly reasonable to not add schema evolution do to the sheer complexity of the feature. Based on actgardners [blog post](http://www.agardner.me/golang/avro/vm/gadgt/go/deserializer/2019/02/15/gdgt-future-of-gogen-avro.html) on the topic, how it required the...

> The latest VS Code (1.79, 2023 May) changed the default of `editor.suggest.snippetsPreventQuickSuggestions` to `false`. > > https://code.visualstudio.com/updates/v1_79#_quick-suggestions-and-snippets > > In the next release, we will remove the language specific...