Skip to content

Commit

Permalink
shFormat.ts: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobdz committed Jul 24, 2019
1 parent 8ce13a7 commit 3caff12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shFormat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function showMamualInstallMessage() {
vscode.window.showErrorMessage(
`[${configurationPrefix}.${
ConfigItemName.Path
}]not found! please install manual https://mvdan.cc/sh/cmd/shfmt `
}]not found! please install manually https://mvdan.cc/sh/cmd/shfmt `
);
}
function installFmtForMaxos() {
Expand Down Expand Up @@ -346,12 +346,12 @@ function installForLinux() {
}
terminal.sendText("echo '**Enjoy shellscript!**'", true);
terminal.sendText(
"echo 'fork or star https://github.com/foxundermoon/vs-shell-format'",
"echo 'fork or star https://github.com/foxundermoon/vs-shell-format'",
true
);
} catch (error) {
vscode.window.showWarningMessage(
"install shfmt faild , please install manual https://mvdan.cc/sh/cmd/shfmt"
"install shfmt failed , please install manually https://mvdan.cc/sh/cmd/shfmt"
);
}
}
Expand Down

0 comments on commit 3caff12

Please sign in to comment.