diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index ce5a6a97aca35e61b0f37a2bc0177bcf01fe7f01..1dca3bb4978660cf8aa503d5a7dc92f05a10b69e 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" } }