Simone Salerno

Results 2 comments of Simone Salerno

This is the reason it happens: https://github.com/microsoft/vscode/blob/c05e0b2311b14c98609d01ed06eaa464b22e1b2c/src/vs/workbench/contrib/chat/browser/actions/chatToolPicker.ts#L462 `IQuickInput.ignoreFocusOut` is set to `true`, which cause it to ignore `workbench.quickOpen.closeOnFocusLost`. It seems to be an intentional design choice.

I can open a PR to address this, but it could be helpful to tag the original author first, to understand the reasoning behind the current implementation.