Skip to content

1.3.0

Choose a tag to compare

@ronaldbosma ronaldbosma released this 02 May 12:03
· 212 commits to main since this release
a4c588e

Changes

  • Move Logic App in subfolder: Lately, the Logic App (Standard) extension in VS Code keeps prompting to create a workspace when opening the repository, even though a .code-workspace file exists in /src. This issue is resolved by moving the files from /src/logicApp to /src/logicApp/Workflows. This change also makes it easier to include other projects, such as custom .NET code, within the Logic App workspace in the future.