Skip to content

Conversation

@DimazzzZ
Copy link
Owner

@DimazzzZ DimazzzZ commented Oct 4, 2025

No description provided.

@DimazzzZ DimazzzZ merged commit 99f336e into main Oct 4, 2025
3 checks passed
@DimazzzZ DimazzzZ deleted the fix-compatibility branch October 4, 2025 21:30
/**
* Checks if JetBrains AI Assistant plugin is installed and enabled
*/
@Suppress("DEPRECATION") // isEnabled() is deprecated but replacement not available in 2023.2

Check warning

Code scanning / detekt

Reports multiple space usages Warning

Unnecessary long whitespace
?: actionManager.getAction("ShowPluginManager")

if (action != null) {
val dataContext = if (project != null) {

Check warning

Code scanning / detekt

Property is unused and should be removed. Warning

Private property dataContext is unused.
)
)
} else {
throw IllegalStateException("Plugin manager action not found")

Check warning

Code scanning / detekt

Use check() or error() instead of throwing an IllegalStateException. Warning

Use check() or error() instead of throwing an IllegalStateException.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants