Tomasz Naumowicz
Tomasz Naumowicz
When connecting to an Azure-based account, the cluster’s firewall might be blocking the connection, preventing successful access. This work item aims to improve user awareness of firewall-related issues and, if...
When attempting to connect to an unreachable (non-existent) host, the connection attempt hangs indefinitely. There is no timeout, and the user has no way to abort the process. ### Steps...
When a new container is created, a user is being asked for: - the container name ✅ - the first partition key ✅ - the second partition key ⚠️ -...
# Error Node Caching for Improved User Experience Currently, an error tree node (`TreeElement`) will be generated, for example in case of incorrect credentials or connectivity issues. On any TreeView...
The current implementation has evolved and some usage patters can now be seen. Simplify the WebView API, especially around the `webview registry` that seems to be obsolete.
Not as wild as this one: https://github.com/microsoft/PowerToys/issues/new/choose but, it's the first step :) **Bug Report** **Feature Request**
In our **migration demo branch** ([link](https://github.com/microsoft/vscode-cosmosdb/tree/dev/migration/development)), we noticed that a **Fluent UI 9 text area** does not correctly adapt to style changes. Specifically, its **background remains white** instead of following...
I noticed a potential naming issue that might cause issues in the future when assigning commands to contextValues etc. ```js contextValue: createContextValue(['treeitem.mongocluster', this.mongoCluster.dbExperience?.api ?? '']) ``` In case of `api`...
This is a follow-up to PR https://github.com/microsoft/vscode-cosmosdb/pull/2520 The current implementation provides a function that a webview can call to display error messages via tRPC support. However, there are two areas...