We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6693b1d + 5e10388 commit cdc408eCopy full SHA for cdc408e
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
@@ -22,7 +22,7 @@ if [ "$VSCODE_INJECTION" == "1" ]; then
22
if [ -r /etc/profile ]; then
23
. /etc/profile
24
fi
25
- # exceute the first that exists
+ # execute the first that exists
26
if [ -r ~/.bash_profile ]; then
27
. ~/.bash_profile
28
elif [ -r ~/.bash_login ]; then
0 commit comments