Currently, there is only one way to edit code for Power Apps portals which is using the Dynamics solution and the somewhat limited online editor. This extension provides a local source control of portal code including web files like images or style sheets, web templates and content snippets. Once configured, the extension loads all portal code and files to a local project folder. Then, you can edit, create or delete files. These changes can be pushed to the portal using the source control pane within visual studio code.
Content Snippets Bug Fixes
When adding a new content snippet the extension used to include the language code into the name of the content snippet. This is now fixed.
Content Snippet Delete from Extension
When deleting a content snippet in the extension the SCM window was not updated to show it as deleted.
Added .git to portal ignore manager
When using the extension in combination with a git repository, sometimes .git files would show up.
Creating web files
When creating new web files it used to take the path prefix as the partial web file URL. This has been fixed.
Content Snippets Bug Fixes When adding a new content snippet the extension used to include the language code into the name of the content snippet. This is now fixed.
Content Snippet Delete from Extension When deleting a content snippet in the extension the SCM window was not updated to show it as deleted.
Added .git to portal ignore manager When using the extension in combination with a git repository, sometimes .git files would show up.
Creating web files When creating new web files it used to take the path prefix as the partial web file URL. This has been fixed.