microsoft / vscode-tools-for-ai

Azure Machine Learning for Visual Studio Code, previously called Visual Studio Code Tools for AI, is an extension to easily build, train, and deploy machine learning models to the cloud or the edge with Azure Machine Learning service.
Other
324 stars 94 forks source link

Investigate dialog cancellations during connection setup/reconnection (Operation cancelled.) #2326

Open tbombach opened 6 months ago

tbombach commented 6 months ago

When users cancel dialogs prompting them to take required actions for the connection (e.g. allow access to auth provider, start compute), we want to be able to mark any connection failures as user-initiated actions. To do so, we need to be able to confidently mark a specific error in telemetry as user-initiated and to tell which dialog was cancelled.