Skip to content

Commit d80afb1

Browse files
authored
docs(installation): update zed installation instructions to include setting the --stdio flag (#207)
1 parent 63228c9 commit d80afb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,13 @@ So, first install the extension and then update your `settings.json` to use Expe
291291

292292
```json
293293
{
294+
"lsp": {
295+
"expert": {
296+
"binary": {
297+
"arguments": ["--stdio"]
298+
}
299+
}
300+
},
294301
"languages": {
295302
"Elixir": {
296303
"language_servers": [

0 commit comments

Comments
 (0)