Test IDE Extensions
- Last UpdatedJul 23, 2024
- 1 minute read
When your are ready to test your IDE extension, just copy the extension .Net assembly to the “IDEExtensions” folder and restart the IDE. This could be iterative process to get the exact expected behavior. When the IDE extension is ready for delivery, it should be packaged into a MSI merge module, which in turn can be absorbed either into the App Server MSI install or another MSI install that checks whether IDE is installed on the machine at install time.