Lars Pagh
Lars Pagh
Thanks a lot for a great project! I enjoy the fact that it is now possible to use VSCode to develop and especially debug Kotlin applications. I know that currently...
On Windows VSCode the search context provider implemented during commit 'bb94da0c' seems broke. You will receive an error no matter what query you enter. I receive this error message: ...
Previously the `ftsIndex.retrieve` would fail if any of the search terms contain characters like dots. This would be the case where you use the `folder` context provider searching using a...
Deleted and previously index files were not removed from the tag_catalog database table. To reproduce just add a file (not ignored by .gitignore or .continueignore) let continue index it and...
Description =========== We are trying to implement the scenario described here: [](https://www.confluent.io/blog/multiple-event-types-in-the-same-kafka-topic/) https://www.confluent.io/blog/multiple-event-types-in-the-same-kafka-topic/ We are using the most current Confluent platform. We discovered two things that are not currently support...
### Proposal Originally proposed in #9424 by @rgl Add native support for Group Managed Service Accounts (gMSA) in the Windows executor. The patch detects usernames ending with `$` (gMSA convention)...