microsoft / vscode-azurefunctions

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

Local project node should alert user to run functions host in order to see local functions #3852

Open wojtekmaj opened 1 year ago

wojtekmaj commented 1 year ago

Does this occur consistently? Yes Repro steps:

As soon as I followed the instructions in https://learn.microsoft.com/en-us/azure/azure-functions/functions-node-upgrade-v4, Workspace panel of Azure Functions extensions stopped seeing the functions.

image

Version: 1.12.4 OS: darwin OS Release: 22.6.0 Product: Visual Studio Code Product Version: 1.82.2 Language: pl

alexweininger commented 12 months ago

@motm32 can you investigate and try to reproduce this? 😄

philhagger commented 11 months ago

I have the exact same issue

alexweininger commented 11 months ago

With v4, the project needs to be running locally in order to have the functions appear in the workspace view. Is your local project running using core tools?

nturinski commented 11 months ago

I guess the bug here is that it should say "Run build task to update this list..." or something similar (since you don't really do a build in node)

This is what it looks like for .NET. image