Skip to content

Conversation

@Rani367
Copy link
Contributor

@Rani367 Rani367 commented Dec 1, 2025

Add informational banners for extensions that have been integrated into Zed core:

  • Basedpyright (Python language server)
  • Ruff (Python linter)
  • Ty (Python language server)

These banners appear when users search for these extensions, informing them that the functionality is now built-in and linking to relevant documentation.

The banners trigger when:

  • Users search by extension ID (e.g., 'id:ruff')
  • Users search using relevant keywords (e.g., 'basedpyright', 'pyright', 'ruff', 'ty')

Supersedes #43844

Closes #43837

Release Notes:

  • Added banners to the extensions page when searching for Basedpyright, Ruff, or Ty, indicating that these features are now built-in.
Add informational banners for extensions that have been integrated into Zed core:
- Basedpyright (Python language server)
- Ruff (Python linter)
- Ty (Python language server)

These banners appear when users search for these extensions, informing them
that the functionality is now built-in and linking to relevant documentation.

The banners trigger when:
- Users search by extension ID (e.g., 'id:ruff')
- Users search using relevant keywords (e.g., 'basedpyright', 'pyright', 'ruff', 'ty')
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 1, 2025
Copy link
Member

@maxdeviant maxdeviant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@maxdeviant maxdeviant changed the title Add upsell banners for integrated extensions Dec 2, 2025
@maxdeviant maxdeviant merged commit 65b4e9b into zed-industries:main Dec 2, 2025
52 of 55 checks passed
@Rani367 Rani367 deleted the add-extension-upsell-banners branch December 3, 2025 19:17
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
…stries#43872)

Add informational banners for extensions that have been integrated into
Zed core:
- Basedpyright (Python language server)
- Ruff (Python linter)
- Ty (Python language server)

These banners appear when users search for these extensions, informing
them that the functionality is now built-in and linking to relevant
documentation.

The banners trigger when:
- Users search by extension ID (e.g., 'id:ruff')
- Users search using relevant keywords (e.g., 'basedpyright', 'pyright',
'ruff', 'ty')

Supersedes zed-industries#43844

Closes zed-industries#43837

Release Notes:

- Added banners to the extensions page when searching for Basedpyright,
Ruff, or Ty, indicating that these features are now built-in.

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
someone13574 pushed a commit to someone13574/zed that referenced this pull request Dec 16, 2025
…stries#43872)

Add informational banners for extensions that have been integrated into
Zed core:
- Basedpyright (Python language server)
- Ruff (Python linter)
- Ty (Python language server)

These banners appear when users search for these extensions, informing
them that the functionality is now built-in and linking to relevant
documentation.

The banners trigger when:
- Users search by extension ID (e.g., 'id:ruff')
- Users search using relevant keywords (e.g., 'basedpyright', 'pyright',
'ruff', 'ty')

Supersedes zed-industries#43844

Closes zed-industries#43837

Release Notes:

- Added banners to the extensions page when searching for Basedpyright,
Ruff, or Ty, indicating that these features are now built-in.

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

3 participants