This Visual Studio Code extension can be used to add the required configuration for debugging your SharePoint Framework.
When you want to debug your SharePoint Framework solutions, it requires a bit of configuration in order to get it working. With this extension you can automatically add the right debugging configuration.
The extension contains the configuration for the local and hosted workbench.
When you already have configured something in the launch.json
file, you can always add these configurations afterwards by clicking on add configuration and choosing the one you need:
Since version 0.0.2
, the plugin supports SPFx extensions. The following snippets are available:
- SPFx: Local workbench
- SPFx: Hosted workbench
- SPFx: ApplicationCustomizer debug
- SPFx: FieldCustomizer debug
- SPFx: ListViewCommandSet debug
Info: When no
launch.json
file is present, the moment you create a new configuration, the plugin will automatically check the SPFx extensions and do the right configuration for them.
You can check the change log to get an overview of all the changes made to this extension.