Skip to content

Commit

Permalink
Fix for VFS
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 19, 2024
1 parent 6d682fc commit 6359685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to the Zowe IntelliJ Plugin will be documented in this file.
* Bugfix: Topics handling ([25606368](https://github.com/zowe/zowe-explorer-intellij/commit/25606368))
* Bugfix: Zowe config v2 handling ([fd79b908](https://github.com/zowe/zowe-explorer-intellij/commit/fd79b908))
* Bugfix: JES Explorer bug when ABEND job is being displayed ([614aa6cf](https://github.com/zowe/zowe-explorer-intellij/commit/614aa6cf))
* Bugfix: Conflicting VFS name ([614aa6cf](https://github.com/zowe/zowe-explorer-intellij/commit/614aa6cf))
* Bugfix: GitHub issue #167: Zowe explorer config is not converted ([b5eae7a2](https://github.com/zowe/zowe-explorer-intellij/commit/b5eae7a2))

## `1.1.1 (2023-11-23)`
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ tasks {
<li>Topics handling</li>
<li>Zowe config v2 handling</li>
<li>JES Explorer bug when ABEND job is being displayed</li>
<li>Conflicting VFS name</li>
<li>GitHub issue #167: Zowe explorer config is not converted</li>
</ul>"""
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ enum class FSEdgeType {
}
}

private const val VFS_CONTENT_STORAGE_NAME = "mf_vfs_contents"
private const val VFS_CONTENT_STORAGE_NAME = "zowe_mf_vfs_contents"

class FSEdge @JvmOverloads constructor(val type: FSEdgeType = FSEdgeType.DIR)

Expand Down

0 comments on commit 6359685

Please sign in to comment.