Christoph Seitz
Christoph Seitz
I understand you problem and I encountered it multiple times, also with different languages/project types. To get started, you need a lot of boilerplate code, which repeats over and over...
How do you add the external project into cmake? Do you define a custom target or as sub directory? The extension does not provide any log as of now, but...
Ah, okay thank you. I'll try to come up with a solution for the selection of the provider.
Hi there, sorry I was away from keyboard for some time. Generally, I would step away from adding a new UI element to vscode. It is quiet painful and I'am...
Ah oh, of course. There is a stop command already, but it doesn't work always on every platform. Killing a process tree is a hard task. I'll add stop button...
I would guess its not a gcc bug. You have to destroy coroutine_handles. They don't free the memory, when the object it destroyed. This can easily lead to memory leaks....