From 9e14fd915f0c1ce7901e8d4db09afa1020395637 Mon Sep 17 00:00:00 2001 From: Lorenzo Cinque Date: Sat, 12 Oct 2024 18:18:33 +0100 Subject: [PATCH] docs: Fix missing parenthesis in the Terminal: Detect Virtual Environments section of configuring-zed.md (#19127) Release Notes: - N/A --- docs/src/configuring-zed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index ce5a6a97ac..1dca3bb497 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -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" } }