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:
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?
-
Download getting started project
-
Copy public-api folder with all contents (enums, interfaces etc.) to your project.
-
(Dependent on changes made in API) Update API Interface imports in your component files.