Bump extension_cli version to fix debug adapters not being picked up - #2927
Merged
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Member
|
@cole-miller We'll need to run the |
cole-miller
force-pushed
the
bump-extension-cli-for-dap-fix
branch
from
June 27, 2025 19:52
973e409 to
4223d7e
Compare
Member
Author
|
@maxdeviant done, thanks! I'll rerun CI on this once the publish workflow on the zed-industries/zed side finishes up. |
This was referenced Jun 27, 2025
cole-miller
added a commit
to zed-extensions/swift
that referenced
this pull request
Jun 27, 2025
There was a bug in zed_extension_cli that prevented debug adapters in extensions from being successfully registered. zed_extension_cli has been fixed (zed-industries/extensions#2927), but we need to bump the version of this and the Swift extension so they'll get rebuild and republished using the fixed CLI. There are no functional changes in this release.
Merged
cole-miller
added a commit
that referenced
this pull request
Jun 27, 2025
There are no functional changes from v0.4.2, this is just to force the extension to be republished with a fixed version of zed_extension_cli (#2927).
cole-miller
added a commit
to zed-extensions/ruby
that referenced
this pull request
Jun 27, 2025
There was a bug in zed_extension_cli that prevented debug adapters in extensions from being successfully registered. zed_extension_cli has been fixed (zed-industries/extensions#2927), but we need to bump the version of this and the Swift extension so they'll get rebuild and republished using the fixed CLI. This version includes: - #119 - #111 - #113
Merged
cole-miller
added a commit
that referenced
this pull request
Jun 27, 2025
This version includes: - zed-extensions/ruby#119 - zed-extensions/ruby#111 - zed-extensions/ruby#113 Also, as a result of rebuilding the extension with #2927, the new rdbg debug adapter will be registered successfully.
kumamaki
pushed a commit
to kumamaki/zed-extensions
that referenced
this pull request
May 5, 2026
kumamaki
pushed a commit
to kumamaki/zed-extensions
that referenced
this pull request
May 5, 2026
There are no functional changes from v0.4.2, this is just to force the extension to be republished with a fixed version of zed_extension_cli (zed-industries#2927).
kumamaki
pushed a commit
to kumamaki/zed-extensions
that referenced
this pull request
May 5, 2026
This version includes: - zed-extensions/ruby#119 - zed-extensions/ruby#111 - zed-extensions/ruby#113 Also, as a result of rebuilding the extension with zed-industries#2927, the new rdbg debug adapter will be registered successfully.
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.
Incorporates zed-industries/zed#33546, zed-industries/zed#33548