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

feature: CosmosDB execute stored procedure #2235

Closed JasonYeMSFT closed 7 months ago

JasonYeMSFT commented 8 months ago

There were work items for this: https://github.com/microsoft/vscode-cosmosdb/issues/2066 https://github.com/microsoft/vscode-cosmosdb/issues/896

JasonYeMSFT commented 8 months ago

The UX will be:

  1. Right click a stored procedure and click "Execute Stored Procedure"
  2. Enter the partition key
  3. Enter the parameters
  4. A document opens in a new editor tab with the execution results