Benjamin Pasero
Benjamin Pasero
Hm, I guess this is done to separate the concerns that are clearly different? What is the reason to have a button to "Check out main", should that maybe be...
Sounds a lot like https://github.com/microsoft/vscode/issues/211462, needs investigation.
I can reproduce and this is a really good catch. There is a race condition with workspace trust here: https://github.com/microsoft/vscode/blob/378b4c969b89d3ee42ca0cc07eb91d2cd1bfbe7c/src/vs/workbench/contrib/workspace/browser/workspace.contribution.ts#L107
One thing I like to use is `object` over `any` if I know an object is returned with any kind of properties.
Yeah like this one: 
@fabiospampinato is it known that this extension does not seem to work on Linux? I am trying to debug this and it seems you use the "open" module which I...
I do not understand the ask here, what does it mean to recover a directory?
Thanks for clarifying, no, that is not possible today.
Since floating windows are just editor groups, you can get there by using these:
I am not sure the editor group finder is the best place for this. It is not being used in all cases, only when the group is not specified explicitly....