Skip to content

Frequently Asked Questions

The changes i have made to my code are not applied when compiling

Please check if you saved the file you made changes to with Ctrl+S. Unsaved files in VS Code are marked with a dot:

Unsaved file in VS Code

The changes i have made to my code are not visible in my plugin

After compiling, reload the plugin by removing it and selecting it again from the drop down menu.

How do I update the public API when a new version is released?

  1. Download getting started project

  2. Copy public-api folder with all contents (enums, interfaces etc.) to your project.

  3. (Dependent on changes made in API) Update API Interface imports in your component files.

Get SiOME