vscode-webrm READMEDynamics 365 Web Resource Extension for Visual Studio Code. FeaturesThis extensions allows for connecting to Dynamics 365 to modify and publish various web resources. RequirementsYou must create an app registration that has impersonation rights for Dynamics CRM and User.Read for the Graph API. Extension SettingsThis extension contributes the following settings:
Known IssuesLimitationsCurrently, this extension only works for Dynamics 365 Online. I have not tested with any other versions other than 9.0+ Release NotesUpdated to MSAL library for authentication. 1.0.1Initial release with updated authentication libraries. 1.1.0Added feature for adding and removing solutions as favorites by right clicking them. 1.1.2Updated code for web resource retrieval. How to UseConfig App RegistrationMake sure user impersonation is checked when adding Dynamics 365 permissions. Make sure http://localhost is added to redirect uri for "Desktop Application" Don't forget to add the required configuration settings from your app registration to the vscode extension settings. Add ConnectionAuthenticateDownload and Open Web ResourcePublish Web ResourceOpen the command palette (ctrl+shift+p) and select 'Dynamics: Publish Web Resource' |