Skip to content

Commit

Permalink
docs: Fix missing parenthesis in the Terminal: Detect Virtual Environ…
Browse files Browse the repository at this point in the history
…ments section of configuring-zed.md (#19127)

Release Notes:

- N/A
  • Loading branch information
Mulder90 authored Oct 12, 2024
1 parent c85a3cc commit 9e14fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/configuring-zed.md
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ See Buffer Font Features

```json
{
"terminal":
"terminal": {
"detect_venv": {
"on": {
// Default directories to search for virtual environments, relative
Expand All @@ -1782,7 +1782,7 @@ Disable with:

```json
{
"terminal":
"terminal": {
"detect_venv": "off"
}
}
Expand Down

0 comments on commit 9e14fd9

Please sign in to comment.