microsoft / vscode-cosmosdb

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

The document file of "Cosmos DB for NoSQL" account is not saved by clicking "Ctrl+S" #2429

Closed v-ruizh closed 1 day ago

v-ruizh commented 4 days ago

OS: Windows 10 Build Version: 20241116.1

Repro Steps:

  1. Create a "Cosmos DB for NoSQL" account.
  2. Expand the above account -> Right click the "Documents" node -> Select "Create Document..." -> Edit the document file.
  3. Click "Ctrl+S".
  4. Check whether the document file is saved by clicking "Ctrl+S".

Expect: The document file is saved by clicking "Ctrl+S".

Actual: The document file is not saved by clicking "Ctrl+S".

More Info:

  1. Clicking the "Save" button can save the document file. Image
  2. This issue also reproduces on the current released Azure Databases extension V0.24.0.
sevoku commented 4 days ago

2425 should fix this :)

v-ruizh commented 1 day ago

This issue has been fixed on Azure Databases extension 20241121.1, close it.