microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

[Suggestion] It would be better if the error message is "Azure Remote Debugging is currently only supported for Linux Node.js and Python web apps." when executing "Start Remote Debugging" for a Windows web app #2180

Open v-mengwe opened 2 years ago

v-mengwe commented 2 years ago

OS: All Build Version: 20220222.11 Regression: Not a regression

Repro Steps:

  1. Right click a Windows web app -> Start Remote Debugging.
  2. Check the error message.

Actual: The error message is "Azure Remote Debugging is currently only supported for Node.js and Python apps on Linux.", "...on Linux" looks like "...on Linux OS".

MicrosoftTeams-image (1)

Suggestion: It would be better if the error message is "Azure Remote Debugging is currently only supported for Linux Node.js and Python web apps.".

wwlorey commented 2 years ago

Good recommendation - let's use the title of this issue as the error message.