docs: Fix shell setting doc (#17208)
Release Notes: - N/A03fd5c90d8/crates/project/src/project.rs (L5210)
03fd5c90d8/crates/task/src/lib.rs (L266)
This commit is contained in:
parent
12341e518e
commit
2730d08ff0
3 changed files with 3 additions and 3 deletions
|
@ -603,7 +603,7 @@
|
|||
// "shell": {
|
||||
// "with_arguments": {
|
||||
// "program": "/bin/bash",
|
||||
// "arguments": ["--login"]
|
||||
// "args": ["--login"]
|
||||
// }
|
||||
// }
|
||||
"shell": "system",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
// "shell": {
|
||||
// "with_arguments": {
|
||||
// "program": "/bin/bash",
|
||||
// "arguments": ["--login"]
|
||||
// "args": ["--login"]
|
||||
// }
|
||||
// }
|
||||
"shell": "system"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue