mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
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
|
||||
{
|
||||
"experimental": {
|
||||
"context_servers": [
|
||||
"experimental.context_servers": {
|
||||
"servers": [
|
||||
{
|
||||
"id": "python_context_server",
|
||||
"executable": "python",
|
||||
"args": ["-m", "my_context_server"]
|
||||
"args": ["-m", "your_context_server_module"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue