- Added a new 'show logs' button in the plugin panel that opens the plugin log file
- Added validations to user input in the configuration screen
- Added a
test connection
button in the configuration screen
- Upgraded gradle version to 8.10.1
- Migrated the IntelliJ platform plugin to version 2.0.1
- Refactored
ApiClient
(nowPrismaApiClient
) andAnalyticsService
(Work in progress)
-
Added the following data to Prisma Cloud analytics
- Extension version
- VS Code version
- Operating system
- Checkov version
- Fixed installation issues with pip when using externally managed python installation
- Stabilized build time of the application and added support for multiple IDE versions
- Fixed various crashes
- Updated platform build range
- Initial scaffold created from IntelliJ Platform Plugin Template