Vsevolod Kukol
Vsevolod Kukol
Moved API change from #8338 to this new PR. * WelcomePage API now async, like WelcomeWindow * All async members return Task
This PR adds more tests for progress monitors. Some tests are based on assumptions that are not necessarily right and need clarification. See: #7256.
Bring back instant Ide theme switching without the need to restart the Ide. > Fixes VSTS [676682](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/676682)
I don't know why, but we don't exit if the user closes the main IDE window on Mac. Instead we just hide it (we event don't minimize with the typical...
Attaching a Cosmos DB Account is currently only supported if the connections string contains an Account Key, however we do support Entra ID auth for attached accounts as well, hence...
This is a comment from our feedback survey: navigating to another container feels like it involves more clicks than it should Some ideas how to improve it: 1. We could...
We have support for the Emulator (Cosmos/Mongo) but we don't have anything to control it. It'd be great to have support for some simple operations: * Create A docker container...
Control Plane operations are not supported with the data plane SDK and we need to switch to control plane when using RBAC: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/security/how-to-grant-control-plane-role-based-access?tabs=built-in-definition%2Ccsharp&pivots=azure-interface-portal **Repro steps:** 1. Navigate to a NoSQL...
When importing multiple documents from file, we upload only one document at a time. This should be improved by uploading multiple documents with one single API call. For example Data...