Skip to content

Commit

Permalink
Release updates
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Apr 15, 2024
2 parents f613aa2 + 0569a7e commit 250ae9a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ All notable changes to the Zowe™ Explorer plug-in for IntelliJ IDEA™ will be
* Bugfix: ClassCastException: class java.util.ArrayList cannot be cast to class
com.intellij.openapi.vfs.VirtualFile ([cdc0a458](https://github.com/zowe/zowe-explorer-intellij/commit/cdc0a458))

## [1.0.3-223] (2023-07-19)
## [1.0.3-223] (2023-07-18)

### Features

* Feature: The plug-in's description and name update
* Feature: Plugin name and trademarks update ([593fa30a](https://github.com/zowe/zowe-explorer-intellij/commit/593fa30a))

## [1.0.2-223] (2023-06-13)

Expand Down
Binary file removed libs/zowe-kotlin-sdk-0.5.0-rc.2-javadoc.jar
Binary file not shown.
Binary file removed libs/zowe-kotlin-sdk-0.5.0-rc.2-sources.jar
Binary file not shown.
Binary file removed libs/zowe-kotlin-sdk-0.5.0-rc.2.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

package org.zowe.explorer.zowe.actions

import com.intellij.openapi.actionSystem.ActionUpdateThread
import com.intellij.openapi.actionSystem.AnActionEvent
import com.intellij.openapi.actionSystem.CommonDataKeys
import com.intellij.openapi.components.service
Expand All @@ -29,8 +28,6 @@ import org.zowe.kotlinsdk.zowe.config.parseConfigJson
*/
class UpdateZoweConfigAction : DumbAwareAction() {

override fun getActionUpdateThread() = ActionUpdateThread.EDT

override fun actionPerformed(e: AnActionEvent) {
val project = e.project ?: let {
e.presentation.isEnabledAndVisible = false
Expand Down

0 comments on commit 250ae9a

Please sign in to comment.