microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

The imported document is named "[object Object]" after importing the LBJ.json file to the collection of the Mongo DB account #2257

Open v-xinda opened 6 months ago

v-xinda commented 6 months ago

OS: Win10 Build Version: 20240226.3

Repro Steps:

  1. Create a Mongo DB account -> Create a database -> Create a collection.
  2. Right click the collection -> Import Document into a Collection... -> Select LBJ.json file.
  3. Chech whether the imported document named with hexadecimal.

Expect: The imported document named with hexadecimal rule. image

Actual: The imported document is named [object Object]. image