Open bpasero opened 3 years ago
Similar for a timeout:
This was the behaviour from before. @roblourens do you see any problems in the flow if I remove the toast notification?
The modal is from Remote-SSH, we want that. The notification is from vscode, that should not be showing up. We should check
handled
to true for errors that cause us to show a dialoghandled
is checked correctly by vscode https://github.com/microsoft/vscode/blob/f3cf0861ab923640073a68e3043897a91e8710da/src/vs/platform/remote/common/remoteAuthorityResolver.ts#L96
Testing #5770