docs: Fix shell setting doc (#17208)

Release Notes:

- N/A


03fd5c90d8/crates/project/src/project.rs (L5210)


03fd5c90d8/crates/task/src/lib.rs (L266)
This commit is contained in:
Jason Lee 2024-09-04 01:19:42 +08:00 committed by GitHub
parent 12341e518e
commit 2730d08ff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -603,7 +603,7 @@
// "shell": {
// "with_arguments": {
// "program": "/bin/bash",
// "arguments": ["--login"]
// "args": ["--login"]
// }
// }
"shell": "system",

View File

@ -35,7 +35,7 @@
// "shell": {
// "with_arguments": {
// "program": "/bin/bash",
// "arguments": ["--login"]
// "args": ["--login"]
// }
// }
"shell": "system"

View File

@ -37,7 +37,7 @@ Zed supports ways to spawn (and rerun) commands using its integrated terminal to
// "shell": {
// "with_arguments": {
// "program": "/bin/bash",
// "arguments": ["--login"]
// "args": ["--login"]
// }
// }
"shell": "system"