Bump version to 2025.18.0#25574
Closed
eleanorjboyd wants to merge 5 commits intomicrosoft:release/2025.18from
Closed
Bump version to 2025.18.0#25574eleanorjboyd wants to merge 5 commits intomicrosoft:release/2025.18from
eleanorjboyd wants to merge 5 commits intomicrosoft:release/2025.18from
Conversation
If the vscode-pytest execution is wrapped and re-triggered then the deletion of the file causes the second run the fail. Deleting the file on the finally block ensures that the pytest execution will work even if re-run. - Move the deletion of the test IDs temp file from before pytest execution to a finally block. - This ensures the temp file is always cleaned up, even if pytest execution fails or an exception occurs. - Move ids_path initialization outside the try block so it's accessible in the finally block for cleanup. context: microsoft#15669 microsoft#24406 (comment) Co-authored-by: Eleanor Boyd <26030610+eleanorjboyd@users.noreply.github.com>
…25562) - Add terminal periods to all items in 'Feature details' section - Fix punctuation inconsistency where 'Refactoring' required a period but others had none - Maintains all existing content and formatting
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
624ac17 to
c00a1a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.