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

expanding in-proc .NET support #4127

Closed mattchenderson closed 1 month ago

mattchenderson commented 1 month ago

This PR expands the lookup behavior for templating to accommodate upcoming changes to the tooling feed. These will allow us to better serve the in-process model templates.

Structurally, the behavior is to, for V4 only, we pull additional information from an additional tag surfaced by the feed.

I have validated these changes with a local version of the tooling feed using those changes.