Jason Lee
2024-09-03 13:19:42 -04:00
committed by GitHub
parent 12341e518e
commit 2730d08ff0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -603,7 +603,7 @@
// "shell": {
// "with_arguments": {
// "program": "/bin/bash",
// "arguments": ["--login"]
// "args": ["--login"]
// }
// }
"shell": "system",
+1 -1
View File
@@ -35,7 +35,7 @@
// "shell": {
// "with_arguments": {
// "program": "/bin/bash",
// "arguments": ["--login"]
// "args": ["--login"]
// }
// }
"shell": "system"
+1 -1
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"