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:
parent
c85a3cc117
commit
9e14fd915f
1 changed files with 2 additions and 2 deletions
|
@ -1763,7 +1763,7 @@ See Buffer Font Features
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"terminal":
|
"terminal": {
|
||||||
"detect_venv": {
|
"detect_venv": {
|
||||||
"on": {
|
"on": {
|
||||||
// Default directories to search for virtual environments, relative
|
// Default directories to search for virtual environments, relative
|
||||||
|
@ -1782,7 +1782,7 @@ Disable with:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"terminal":
|
"terminal": {
|
||||||
"detect_venv": "off"
|
"detect_venv": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue