Skip to content

Commit 306cacd

Browse files
committed
update
1 parent d6121d3 commit 306cacd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lang/rust/repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import (
3030
const MaxWaitDuration = 5 * time.Minute
3131

3232
func InstallLanguageServer() (string, error) {
33+
log.Info("Installing rust-analyzer...")
3334
// check rustup exe exists
3435
if _, err := exec.LookPath("rustup"); err != nil {
3536
return "", fmt.Errorf("failed to find rustup, please install rustup first: https://rustup.rs")

0 commit comments

Comments
 (0)