Releases: microsoft/vscode-azurefunctions
Releases · microsoft/vscode-azurefunctions
1.10.7
Added
- Add support for the upcoming Azure Resources Focus feature
v.1.10.6
Added
- Verify
AzureWebJobsFeatureFlags
setting hasEnableWorkerIndexing
and enable prior to deployment for Node Model v4 by @nturinski in #3653 - Add clean script to TypeScript projects by @ejizba in #3654
- Ensure that the app settings have propogated to production app before deploying by @nturinski in #3656
- Improve task comparison during project init by @alexweininger in #3671
Fixed
- Change the name of the
windows-process-tree
module by @nturinski in #3669
v1.10.5
Changed
- Update backup templates by @alexweininger in #3602
Fixed
- Remove azureWebJobsStorage validation on deploy by @MicroFish91 in #3647
- Update .NET Isolated detection to check against the template ID by @MicroFish91 in #3644
- Fix parsing binding setting with missing help resource by @alexweininger in #3601
- Fix TypeScript project language detection by @alexweininger in #3604
- Don't throw error when missing 'requirements.txt' by @MicroFish91 in #3627
v1.10.4
Changed
- Make skip for now message more clear when there are no resources available by @nturinski in #3611
- Change learn more label for programming model step by @nturinski in #3609
- Remove node.js programming model experimental flag by @nturinski in #3612
Fixed
- Remove remote connection overwrite prompting by @MicroFish91 in #3593
- Add Dotnet Isolated runtime specific dependencies for Durable by @MicroFish91 in #3597
- Fix getting package references from csproj from multiple item groups by @alexweininger in #3603
- Fix when clause contexts for upcoming VS Code release (v1.77) by @MicroFish91 in #3621
v1.10.3
v1.10.2
Added
- Forward compatibility with Azure Resources API v2 by @alexweininger in #3548
v1.10.1
v1.10.0
Added
- Enable support for Python 3.10 when creating projects #3486
- Support new Durable Functions backend options for the following languages: C#, JavaScript, TypeScript, Python #3273
- Support for new Node.js language model (Preview). Set feature flag
azureFunctions.showNodeProgrammingModel
to enable #3285 - Declared limited support for virtual workspaces #2793
- Added Azurite generated emulator files to .funcignore #3371
Changed
- Removed deprecated .NET runtime stacks for creating new projects and Function Apps #3474
- Remove Python 3.6 due to EOL #3526
- Add warning messages for Azure Functions Core Tools EOL and mismatched versions #3346 #2985
- Improve Core Tools install experience for Linux #2745
Fixed
v1.9.0
Added
- Create Function button in Workspace view #3350
- Warning when a stack has an upcoming end of life #3353
- Updated host.json template to enable dynamic concurrency #3248
Changed
- Always on = on when creating an Azure Function App on an app service plan #3037
- Automatically run
npm install
after initializing a TypeScript or JavaScript Project #3034