microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 134 forks source link

Slots not displayed for Start/Stop Streaming Logs #3631

Open Prefix42 opened 1 year ago

Prefix42 commented 1 year ago

Issue

From the Start Streaming Logs and Stop Streaming Slogs menus only the base resource (production slot) is displayed and selectable.

Proposal

Include slots in list displayed list of resources

alexweininger commented 1 year ago

Thanks for the feedback. For now as a workaround, you can invoke the Start/Stop Streaming Logs command from the slots in the Resources tree view.

image
alexweininger commented 1 year ago

@motm32 can you check if this is a regression?

motm32 commented 1 year ago

@alexweininger checked with v1.9.0 and v1.10.0 and this does not seem to be a regression.