Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Apr 17, 2024
1 parent 5bfe75e commit 5cf3bde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/scout-extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ async function checkAndInstallScout(): Promise<boolean> {
name: `Install ${commandName}`,
});
terminal.show();
terminal.sendText(`cargo install cargo-dylint dylint-link ${commandName}`, true);
terminal.sendText(
`cargo install cargo-dylint dylint-link ${commandName}`,
true
);
}
return false;
}
Expand Down

0 comments on commit 5cf3bde

Please sign in to comment.