Simple webresource management for the Microsoft Power Platform. Providing Dynamics365 developers the ability to edit and manage their webresources on a per-solution basis - all from within VS Code.
This extension provides the following features inside VS Code:
Create or update webresources in PowerApps straight from VS Code.
Assign and customize the webresource name
Duplicate the resource's name from it's path on disk
Publish webresourecs automatically
List all webresources in a given solution in a VS Code tree view
When creating a WebResource, override it's contents if it already exists
bamboo.createWebResource.askForName
When creating a WebResource, manually enter the full name (path included) of the WebResource. If set to false, this webresource will be created with a path equal to the relative path on disk from the 'bamboo.conf.json' in the workspace
bamboo.uploadWebResource.publishIfSuccessful
When creating or updaing a WebResource, publish the web resource if the write is successful
bamboo.general.listFilesOnStartup
When the extension is loaded, list all files in the currently selected solution in the tree explorer
License
Distributed under the MIT License. See LICENSE for more information.