OS: Win 11
Build Version: 20250328.2
Regression: Previous Release
Repro Steps:
- Create a function project with HttpTrigger template selected.
- Debug this project.
- Don't stop debugging and navigate to "WORKSPACE" view -> Expand the "Local Project Functions" node -> Right click the Httptrigger function and execute "Copy Function Url" action -> Open "Azure Functions" output window.
- Check whether no error occurs.
Expect:
No error occurs when executing "Copy Function Url" action in "WORKSPACE" view.
Actual:
An error occurs when executing "Copy Function Url" action in "WORKSPACE" view.

More Info:
- This issue also reproduces when executing other actions for HttpTrigger function in "WORKSPACE" view.
- This issue also reproduces on the current released Functions extension v1.16.3.
- This issue does not reproduce on the previous released Functions extension v1.16.2.