docs: Fix context_servers key for example extension manifest (#22079)

Pretty sure this isn't meant to be kebab-case.

Release Notes:

- N/A
This commit is contained in:
uncenter 2024-12-16 11:00:26 -05:00 committed by GitHub
parent 2562b488b1
commit 188c55c8a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ This extension can be [installed as a dev extension](./developing-extensions.htm
A given extension may provide one or more context servers. Each context server must be registered in the `extension.toml`:
```toml
[context-servers.my-context-server]
[context_servers.my-context-server]
```
Then, in the Rust code for your extension, implement the `context_server_command` method on your extension: