microsoft / vscode-azurelogicapps

Visual Studio Code extension for Azure Logic Apps (Consumption)
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-logicapps
MIT License
42 stars 28 forks source link

'Report an Issue' button sends to bad URL #139

Closed brandonh-msft closed 3 years ago

brandonh-msft commented 4 years ago

Encountered an error while using the Extension and clicked the 'Report an Issue' button that shows up on the Notification: image

Upon doing so, a browser opens to a GitHub url that is invalid: image

seems the button should take users to the Issues page of this repo.

joechung-msft commented 4 years ago

This is because of a mismatch between the Github repository name (vscode-azurelogicapps) and the extension name (vscode-logicapps).

EDIT: I investigated if there's a way to remove the "Report an issue" button. There is a suppressReportIssue option that was introduced in a November, 2019 release of the vscode-azuretools NPM package, but we're still using an older version. When we update, I can set the option and hide the "Report an issue" button.