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.
1 parent 8f52e40 commit 77ab279Copy full SHA for 77ab279
src/extension.ts
@@ -39,7 +39,7 @@ const preflightCheckCoderInstalled = () => {
39
which("coder", (err: any) => {
40
if (err) {
41
vscode.window.showErrorMessage(
42
- `"coder" CLI not found in $PATH. Please following install and authentication instructions here: https://coder.com/docs/cli/installation`,
+ `"coder" CLI not found in $PATH. Please follow the install and authentication instructions here: https://coder.com/docs/cli/installation`,
43
"Dismiss",
44
)
45
}
0 commit comments