Skip to content

Commit

Permalink
Merge pull request #47 from rodrigobdz/shformat-typos
Browse files Browse the repository at this point in the history
Fix typos in shFormat.ts
  • Loading branch information
foxundermoon committed Jul 27, 2019
2 parents 8ce13a7 + 3caff12 commit 971dfdc
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 971dfdc

Please sign in to comment.