You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: adapt StreamingLogsConsoleView for ConsoleViewImpl.isDisposed() being private final
In IntelliJ 261, ConsoleViewImpl.isDisposed() changed from protected/public
to private final. Add a new public isDisposed() method (not an override)
to maintain the existing public API for callers.
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common/streaminglog/StreamingLogsConsoleView.java
0 commit comments