microsoft / vscode-azurefunctions

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

There is an extra action "Attach Debugger" for the containerized function app after enabling the setting "Enable Java Remote Debugging" #4124

Closed v-ruizh closed 4 weeks ago

v-ruizh commented 1 month ago

OS: Windows 10 Build Version: v1.14.4-alpha.0 (20240510.1) Regression: Not a Regression

Repro Steps:

  1. Create a new containerized function app.
  2. Right click the above containerized function app and check its context menu.
  3. Enable the setting "Enable Java Remote Debugging". image
  4. Right click the containerized function app again.
  5. Check whether there is no extra action "Attach Debugger" for the containerized function app.

Expect: There is no extra action "Attach Debugger" for the containerized function app. image

Actual:

  1. There is an extra action "Attach Debugger" for the containerized function app. image
  2. An error occurs if executing the action "Attach Debugger" for the containerized function app. image
v-ruizh commented 3 weeks ago

Verified this bug on 20240611.1, it has been fixed.