Skip to content

Commit 463e003

Browse files
committed
use bash as shell instead of sh
1 parent 499578a commit 463e003

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@
1515
"mehedidracula.php-namespace-resolver"
1616
],
1717
"settings": {
18-
"php.validate.executablePath": "/usr/local/bin/php"
18+
"php.validate.executablePath": "/usr/local/bin/php",
19+
"terminal.integrated.defaultProfile.linux": "bash",
20+
"terminal.integrated.profiles.linux": {
21+
"bash": {
22+
"path": "/bin/bash",
23+
"args": ["-l"]
24+
}
25+
}
1926
}
2027
}
2128
},

0 commit comments

Comments
 (0)