Bug Description
When clicking View/Edit on a selected document, the editor does not display the document content on the first click. Instead, it shows:
A second click is required to actually load and display the document content.
Steps to Reproduce
- Open a DocumentDB collection in VS Code
- Select a document
- Click View/Edit on the selected document
- Observe the editor shows { "loading...": true } instead of the actual document
Expected Behavior
The document content should be displayed immediately on the first click.
Actual Behavior
The first click shows { "loading...": true } and does not resolve. A subsequent click is needed to load the document.
Bug Description
When clicking View/Edit on a selected document, the editor does not display the document content on the first click. Instead, it shows:
A second click is required to actually load and display the document content.
Steps to Reproduce
Expected Behavior
The document content should be displayed immediately on the first click.
Actual Behavior
The first click shows { "loading...": true } and does not resolve. A subsequent click is needed to load the document.