Severity
P2 - High (Major functionality broken)
Describe the Bug with repro steps
Azure Logic Apps (Standard) VS Code extension successfully installed all the required dependencies, however everytime I open a Logic App workspace, the extension complains that NodeJs binary and FuncCoreTools binary are missing.
Expected behaviour:
- The Azure Logic Apps (Standard) extension is able to read the NodeJs and FuncCoreTools binary and just loads without redownloading the dependency.
Actual behaviour:
- The extension outputs that NodeJs binary and FuncCoreTools binary are missing.
- Then it proceeds to download and unpack the huge Azure Function Core Tools zip every single time, which really slows down development.
Steps to reproduce
- Install VS Code
- Install Azure Logic Apps (Standard) extension, wait until it successfully installs everything and the .azurelogicapps\dependencies\FuncCoreTools and .azurelogicapps\dependencies\NodeJs folder is populated
- Open any Logic App workspace
- The extension will auto-validate the runtime dependencies and look at the Output window - this process should be able to verify that the NodeJs and FuncCoreTools binaries are already there, but it throws "NodeJs binary is missing" and "FuncCoreTools binary is missing" instead.
NodeJs Binaries: C:\Users\DE07192\.azurelogicapps\dependencies\NodeJs NodeJs binary is missing: C:\Users\DE07192\.azurelogicapps\dependencies\NodeJs\node FuncCoreTools Binaries: C:\Users\DE07192\.azurelogicapps\dependencies\FuncCoreTools FuncCoreTools binary is missing: C:\Users\DE07192\.azurelogicapps\dependencies\FuncCoreTools\func Downloading dependency from: https://github.com/Azure/azure-functions-core-tools/releases/download/4.12.1/Azure.Functions.Cli.win-x64.4.12.1.zip Creating temporary folder... C:\Users\DE07192\AppData\Local\Temp\2\.azurelogicapps\FuncCoreTools Successfully downloaded FuncCoreTools dependency.
I have tried uninstalling & reinstalling VS Code and the extension but still same results.
The only workaround is to disable the azureLogicAppsStandard.autoRuntimeDependenciesValidationAndInstallation in the extension settings, so the issue must be in this auto runtime dependencies validation.
What type of Logic App Is this happening in?
Standard (VSCode)
Are you experiencing a regression?
Wasn't an issue until about 2 weeks ago
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Environment
VS Code Version: 1.126.0 (user setup)
Commit: 7e7950df89d055b5a378379db9ee14290772148a
Date: 2026-06-23T01:46:13Z
Electron: 42.2.0
ElectronBuildId: 14159160
Chromium: 148.0.7778.97
Node.js: 24.15.0
V8: 14.8.178.14-electron.0
OS: Windows_NT x64 10.0.20348
Azure Logic Apps (Standard) extension version
Identifier: ms-azuretools.vscode-azurelogicapps
Version: 5.961.14
Last Updated: 54 minutes ago
Additional context
No response
Severity
P2 - High (Major functionality broken)
Describe the Bug with repro steps
Azure Logic Apps (Standard) VS Code extension successfully installed all the required dependencies, however everytime I open a Logic App workspace, the extension complains that NodeJs binary and FuncCoreTools binary are missing.
Expected behaviour:
Actual behaviour:
Steps to reproduce
NodeJs Binaries: C:\Users\DE07192\.azurelogicapps\dependencies\NodeJs NodeJs binary is missing: C:\Users\DE07192\.azurelogicapps\dependencies\NodeJs\node FuncCoreTools Binaries: C:\Users\DE07192\.azurelogicapps\dependencies\FuncCoreTools FuncCoreTools binary is missing: C:\Users\DE07192\.azurelogicapps\dependencies\FuncCoreTools\func Downloading dependency from: https://github.com/Azure/azure-functions-core-tools/releases/download/4.12.1/Azure.Functions.Cli.win-x64.4.12.1.zip Creating temporary folder... C:\Users\DE07192\AppData\Local\Temp\2\.azurelogicapps\FuncCoreTools Successfully downloaded FuncCoreTools dependency.I have tried uninstalling & reinstalling VS Code and the extension but still same results.
The only workaround is to disable the azureLogicAppsStandard.autoRuntimeDependenciesValidationAndInstallation in the extension settings, so the issue must be in this auto runtime dependencies validation.
What type of Logic App Is this happening in?
Standard (VSCode)
Are you experiencing a regression?
Wasn't an issue until about 2 weeks ago
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Environment
VS Code Version: 1.126.0 (user setup)
Commit: 7e7950df89d055b5a378379db9ee14290772148a
Date: 2026-06-23T01:46:13Z
Electron: 42.2.0
ElectronBuildId: 14159160
Chromium: 148.0.7778.97
Node.js: 24.15.0
V8: 14.8.178.14-electron.0
OS: Windows_NT x64 10.0.20348
Azure Logic Apps (Standard) extension version
Identifier: ms-azuretools.vscode-azurelogicapps
Version: 5.961.14
Last Updated: 54 minutes ago
Additional context
No response