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
169 stars 91 forks source link

fix(v3): Fix sessions disappearing from trees caused by `zowe.extRefresh` #3009

Closed t1m0thyj closed 2 months ago

t1m0thyj commented 2 months ago

Proposed changes

Fixes #2906

Release Notes

Milestone: v3

Changelog: Fixed issue where creating new team configuration file could cause Zowe Explorer to crash, resulting in all sessions disappearing from trees

Types of changes

Checklist

General

Code coverage

Deployment

Further comments

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 92.82%. Comparing base (3ba345a) to head (685aa30).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #3009 +/- ## ========================================== + Coverage 92.74% 92.82% +0.08% ========================================== Files 107 107 Lines 10882 10887 +5 Branches 2360 2358 -2 ========================================== + Hits 10092 10106 +14 + Misses 788 779 -9 Partials 2 2 ```

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

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
3.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud