Skip to content

Commit 6d369c5

Browse files
committed
Add a troubleshooting step for load_direnv
1 parent be09608 commit 6d369c5

File tree

1 file changed

+8
-0
lines changed
  • docs/app/docs/ide_configuration

1 file changed

+8
-0
lines changed

docs/app/docs/ide_configuration/zed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ If you are having trouble getting Zed's LSP to detect your Devbox environment, t
3131
...
3232
}
3333
```
34+
35+
3. If you have a version of the binary/language server installed on your host machine, Zed's default behavior for loading direnv directly may cause conflicts with the packages installed via Devbox. To fix this, add the following to your `~/.config/zed/config.json` file:
36+
37+
```json
38+
{
39+
"load_direnv": "shell_hook"
40+
}
41+
```

0 commit comments

Comments
 (0)