microsoft / vscode-cosmosdbgraph

VS Code extension for Cosmos DB Graph databases.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdbgraph
MIT License
5 stars 8 forks source link

[Codespaces] Keep "Querying" state under Graph and JSON after clicking "Execute" for graph #15

Open v-mengwe opened 4 years ago

v-mengwe commented 4 years ago

OS: Win10 Databases Build Version: 0.15.0 (latest release build) Cosmos DB Graph Build Version: 0.1.1

Repro Steps:

  1. Create a Gremlin(graph) account -> Create a database -> Create a graph with partition key ="name".
  2. Click the graph on the tree -> Click "Execute".
  3. Check the result.

Expect: A message shows up under Graph and the text reads "[]" under JSON. image image

Actual: Keep "Querying" state under Graph and JSON. graph