microsoft / microsoft/vscode-azurefunctions
[Suggestion] It would be better to change the notification massage to "Enable remote debugging is currently only supported for Java Function apps running on Windows"
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 319
- Forks
- 158
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 4
Description
OS: Win10
Build Version: 20221107.1
Repro Steps:
- Enable the setting
Azure Functions: Enable Java Remote Debugging. - Right click a Function app (Except Java Windows Function app) -> Attach Debugger.
- Check the popped up notification massage.
Actual:
The popped up notification massage "Configured debug type 'java' is not supported" is not clear.

Suggestion:
It would be better to change the notification massage to "Enable remote debugging is currently only supported for Java Function apps running on Windows".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the extension source for the notification text "Configured debug type 'java' is not supported" and trace the Attach Debugger path described in the reproduction steps. Verify the behavior for non-Java Windows Function apps, then update the notification to the suggested wording and confirm it appears in that scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, java, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100