zowe/zowe-explorer-vscode

PLX files are mapped with .pli extension in zowe explorer

开放

#3,801 创建于 2025年8月8日

 (6 条评论) (0 个反应) (0 位负责人)TypeScript (119 个派生)auto 404
buggood first issuepriority-mediumseverity-medium

仓库指标

星标
 (189 个星标)
PR 合并指标
 (平均合并 6天 20小时) (30 天内合并 23 个 PR)

描述

Describe the bug

PLX files are mapped with .pli extension in zowe explorer

To Reproduce If DATASET name contains PLX key word, then while accessing member in zowe explorer, the file shows with .pli extension. We have different extension for PL/X and adding .pli extension using wrong extension for editor capabilities.

Expected behavior

For PLX files, associate with .plx file extension

Screenshots

Desktop (please complete the following information):

  • OS: MAC
  • Zowe Explorer Version: 3.2.2

Mapping is done in following file:

https://github.com/zowe/zowe-explorer-vscode/blob/a4c2c9b6e71fd70c16a207a5ca6fe1a0ac2866b0/packages/zowe-explorer-api/src/fs/types/datasets.ts#L26

贡献者指南