Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>vscode-webrmNew to Visual Studio Code? Get it now.
vscode-webrm

vscode-webrm

Isaac Sheeley

|
1,681 installs
| (1) | Free
Web Resource Manager for Dataverse
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-webrm README

Dynamics 365 Web Resource Extension for Visual Studio Code.

Features

This extension allows you to connect to Dynamics 365, modify, and publish various web resources directly from VS Code.

Requirements

You must create an app registration that has impersonation rights for Dynamics CRM and User.Read for the Graph API.

Extension Settings

This extension contributes the following settings:

  • webRM.appClientId: (REQUIRED) Client Id of your registered app in Azure
  • webRM.appTenantId: (REQUIRED FOR SINGLE TENANT APPS) Tenant Id of your registered app in Azure. Leave blank if Multi-Tenant
  • webRM.dynamicsAPIVersion: (REQUIRED) API Version for Dynamics 365 Web API
  • webRM.solutionNameFilter: Used to filter solution list retrieved from Dynamics
  • webRM.solutionSortAscending: Used to change sort order of returned solution list

Known Issues

Limitations

Currently, this extension only works for Dynamics 365 Online. It has only been tested with version 9.0+.

Release Notes

1.1.5

  • Removed obsolete connection info folder setting and related logic

1.1.4

  • Major code cleanup: removed unused code and files
  • Updated authentication logic and dependencies
  • Added new configuration and utility modules
  • Improved solution and web resource explorer features
  • Enhanced connection management and settings UI

1.1.2

  • Updated code for web resource retrieval.

1.1.0

  • Added feature for adding and removing solutions as favorites by right clicking them.

1.0.1

  • Initial release with updated authentication libraries.

How to Use

Config App Registration

Make sure user impersonation is checked when adding Dynamics 365 permissions. png

Make sure http://localhost is added to redirect uri for "Desktop Application" png

Don't forget to add the required configuration settings from your app registration to the VS Code extension settings.

Add Connection

gif

Authenticate

gif

Download and Open Web Resource

gif

Publish Web Resource

Open the command palette (ctrl+shift+p) and select 'Dynamics: Publish Web Resource' gif

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft