docs: Fix outdated context server setting example (#16545)
Release Notes: - N/A
This commit is contained in:
parent
a1438a49df
commit
a3672d96d4
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ To configure Zed to use a Context Server, add the command required to start the
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"experimental": {
|
"experimental.context_servers": {
|
||||||
"context_servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"id": "python_context_server",
|
"id": "python_context_server",
|
||||||
"executable": "python",
|
"executable": "python",
|
||||||
"args": ["-m", "my_context_server"]
|
"args": ["-m", "your_context_server_module"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue