William Lorey

Results 89 comments of William Lorey
trafficstars

As of right now we do this for the user on debug. What is the reason you'd like to see `npm i` run for this case? @fiveisprime what are your...

Because there's so many templates it may be worth grouping differently than "verified" and "non-verified" because it isn't scalable to keep verifying them. More info: we added the verified/unverified differentiation...

We're leaning towards supporting arguments for the func task but we need to investigate. It's possible that a catch-all could be added to the task matcher but we think that...

Hi @adamijak, for now please make sure you're following the steps outlined in our wiki for multi root workspaces: https://github.com/microsoft/vscode-azurefunctions/wiki/Multiple-function-projects#option-2-use-multi-root-workspace

Hi @ihorbond, thanks for filing an issue. Please elaborate as to what problem you're running into and provide steps to reproduce it.

Thanks for providing these details @ihorbond. Transferring this to the Azure Functions Extension repo to better address the issue.

More context on this: From https://docs.microsoft.com/en-us/azure/app-service/configure-common?tabs=portal#configure-general-settings: > **Always On**: Keeps the app loaded even when there's no traffic. When Always On is not turned on (default), the app is unloaded...

@v-ruizh we're thinking this is a timing issue. Can you try reproing again but check the Functions node after waiting for a few minutes?

Can you try to reproduce this using the latest version of VS Code? We think it may have been fixed there.