ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
70 stars 19 forks source link

Package not found: com.intellij.collaboration #273

Closed ForNeVeR closed 2 months ago

ForNeVeR commented 2 months ago

A problem see in the plugin verifier:

Package 'com.intellij.collaboration' is not found (1 problem) Package 'com.intellij.collaboration' is not found along with its class CoroutineUtilKt. Probably the package 'com.intellij.collaboration' belongs to a library or dependency that is not resolved by the checker. It is also possible, however, that this package was actually removed from a dependency causing the detected problems. Access to unresolved classes at runtime may lead to NoSuchClassError. The following classes of 'com.intellij.collaboration' are not resolved: Class CoroutineUtilKt is referenced in DocumentListenerImpl.documentChanged(...) LanguageServerEndpoint.disconnectEditor(URI) LanguageServerEndpoint.start() LanguageServerEndpoint.addRemoteFilesChangeListener.listener$1.prepareChange$1.beforeVfsChange() LanguageServerEndpoint.connectEditor$1$1.invokeSuspend(...)

We indeed refer to that package. It's likely the plugin will stop working in IntelliJ 2024.2, so this has to be fixed.