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

Normalize case of temp folder path to fix undefined node error #2885

Closed t1m0thyj closed 2 months ago

t1m0thyj commented 2 months ago

Proposed changes

Fixes #2880

Release Notes

Milestone: 2.16.0

Changelog: Fixed issue where saving changes to favorited PDS member fails when custom temp folder is set on Windows

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 2 months ago

Codecov Report

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

Project coverage is 93.46%. Comparing base (87a79bf) to head (a542744).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2885 +/- ## ========================================== - Coverage 93.47% 93.46% -0.01% ========================================== Files 103 103 Lines 10771 10763 -8 Branches 2347 2257 -90 ========================================== - Hits 10068 10060 -8 Misses 702 702 Partials 1 1 ```

: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
9.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud