zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
159 stars 89 forks source link

Fix issue Right-click-delete deletes the wrong program #2942

Closed likhithanimma1 closed 2 weeks ago

likhithanimma1 commented 3 weeks ago

Proposed changes

  1. Solves: https://github.com/zowe/zowe-explorer-vscode/issues/2941 Fix the issue of right-click-Delete option which is deleting the currently open/selected file and not the file which is right-clicked when the names of members are same.

Release Notes

Milestone:

Changelog:

Types of changes

What types of changes does your code introduce to Zowe Explorer? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer

Further comments

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.51%. Comparing base (560b857) to head (28800c3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2942 +/- ## ========================================== + Coverage 93.49% 93.51% +0.01% ========================================== Files 104 104 Lines 10890 10892 +2 Branches 2382 2376 -6 ========================================== + Hits 10182 10186 +4 + Misses 707 705 -2 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud