Skip to content

Tags: zed-extensions/swift

Tags

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.4.5 (#55)

This PR bumps the version of this extension to v0.4.5

Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v0.4.3 (#36)

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.

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v0.4.2 (#35)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v0.4.1 (#31)

Includes:
- #30

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Runnables support + additional LSP support (#26)

Changes:

- Added a new `language_server.rs` file to handle the sourcekit-lsp
logic.
- Updated `swift.rs` to use the new `SourceKitLsp` struct.
- Added sourcekit-lsp to the list of supported language servers.
- Added logic to determine the language server command based on user
settings or system `PATH`.
- Added logic to determine the language server initialization options.
- Added logic to determine the label for completion items.
- Added logic to determine the label for symbols.
- Added logic to determine the markdown and plain text documentation
kinds.
- Updated `Cargo.toml` to remove the `serde_json` dependency.
- Updated `extension.toml` to bump the version to `0.4.0`.
- Added `runnables.scm` for test suite and function detection.
- Added `tasks.json` with a basic test task.
- Updated `.gitignore` to include `.idea`.

---------

Co-authored-by: Peter Tripp <peter@zed.dev>

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Swift Extension to v0.3.2 (#25)

Includes:
- #24
- #23
- #17

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.3.1 (#16)

Changes:

- #12
- #15

v0.2.0

Toggle v0.2.0's commit message
Clean up package

v0.1.0

Toggle v0.1.0's commit message
0.1.0 update