zed/crates/extensions_ui
PleahMaCaka e9b5778e42
extensions_ui: Suggest windows-batch extension for Batch files (#62363)
# Objective

Follow-up to zed-industries/extensions#7062.

## Solution

Add `("windows-batch", &["bat", "cmd"])` to
`SUGGESTIONS_BY_EXTENSION_ID`

## Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content adheres to Zed's UI standards
([UX/UI](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
and
[icon](https://github.com/zed-industries/zed/blob/main/crates/icons/README.md)
guidelines)
- [ ] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

---

Release Notes:

- Added a suggestion to install the `windows-batch` extension when
opening `.bat` and `.cmd` files.
2026-08-08 17:20:49 +00:00
..
src extensions_ui: Suggest windows-batch extension for Batch files (#62363) 2026-08-08 17:20:49 +00:00
Cargo.toml Use correct provider icons for extension repository links (#58108) 2026-08-04 15:14:33 +00:00
LICENSE-GPL Add an extensions installation view (#7689) 2024-02-13 14:09:02 -05:00