docs: Fix missing parenthesis in the Terminal: Detect Virtual Environments section of configuring-zed.md (#19127)

Release Notes:

- N/A
This commit is contained in:
Lorenzo Cinque 2024-10-12 18:18:33 +01:00 committed by GitHub
parent c85a3cc117
commit 9e14fd915f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1763,7 +1763,7 @@ See Buffer Font Features
```json
{
"terminal":
"terminal": {
"detect_venv": {
"on": {
// Default directories to search for virtual environments, relative
@ -1782,7 +1782,7 @@ Disable with:
```json
{
"terminal":
"terminal": {
"detect_venv": "off"
}
}