Skip to content

update #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 28, 2025
Merged

update #1

merged 9 commits into from
Jun 28, 2025

Conversation

fpseverino
Copy link
Owner

No description provided.

award999 and others added 9 commits June 26, 2025 08:29
When the file is deleted or renamed, remove it from the diagnostic
collection. Extract the swift file types to a constant.

Issue: #1652
* Add tasks to the pull request template

* Move template file location
* Bump changelog

Finalize for 2.6 release and start new entry

* Try a union merge strategy

Hoping less conflicts in the changelog
* Make sure newline starts with /// when splitting doc comment

The existing behaviour where splitting a /// line results in the next
line starting with // is a vscode issue. Other examples follow a similar
approach as this PR to accomplish the desired behaviour.

Issue: #1648

* Fix review comment

* Add changelog entry
GitHub keeps changing the builder image out from under us. In this case
it looks like they moved it back to the old version we had before.

To try and ease the pain simply pick the highest installed MSVC version.
#1661)

* Make sure context is not provided to the package reset command handler

Issue: #1660

* Add changelog entry
* Prevent continuous "package resolve" cycles

We can ignore the create and delete events as these were likely caused
by the LSP or SwiftPM anywatch. Watch for change still in case the user
switches branches

Issue: #1571

* Add CHANGELOG entry
* Capture diagnostics to zip file

The `captureDiagnostics` command would capture many log files and place
them in a temporary folder, then present that folder to the user. The
most common use case for capturing diagnostics is to share them, so zip
the diagnostics up in to a more easily sharable .zip file.

Adds some tests to flesh out coverage on `captureDiagnostics`.

* Update CHANGELOG
@fpseverino fpseverino merged commit 7cf92ff into fpseverino:gyb Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants