docs: Update extension features language (#42215)

This PR updates the language around what features extensions can
provide.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-11-07 17:43:22 +00:00
committed by GitHub
parent 93f9cff876
commit 1e6344899d
+2 -2
View File
@@ -1,8 +1,8 @@
# Developing Extensions
## Extension Capabilities
## Extension Features
Extensions can add the following capabilities to Zed:
Extensions are able to provide the following features to Zed:
- [Languages](./languages.md)
- [Debuggers](./debugger-extensions.md)