You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.