microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
53 stars 28 forks source link

The timestamp still shows in the output after unchecking "Azure Resource Groups: Enable Output Timestamps" setting #674

Open v-xinda opened 1 year ago

v-xinda commented 1 year ago

OS: All Build Version: 20230509.1 Regression: Previous Release (0.7.1)

Repro Steps:

  1. Make sure the setting Azure Resource Groups: Enable Output Timestamps is unchecked.
  2. Create a new resource group.
  3. Check whether the timestamp doesn't show in the output.

Expect: The timestamp doesn't show in the output.

image

Actual: The timestamp still shows in the output.

image
bwateratmsft commented 1 year ago

This is by-design. VSCode will always show the timestamps in this new LogOutputChannel API they have created.

@alexweininger IMO we should remove the timestamps and the corresponding setting from this extension entirely, so I'll leave this issue open for that.

alexweininger commented 1 year ago

IMO we should remove the timestamps and the corresponding setting from this extension entirely, so I'll leave this issue open for that.

👍