Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #375 from auscompgeek/patch-1
Browse files Browse the repository at this point in the history
Avoid setting an invalid sysroot
  • Loading branch information
nrc committed Jul 22, 2018
2 parents 8ac2035 + f26af4e commit f2752fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ class ClientWorkspace {
window.showWarningMessage(
'RLS could not set RUST_SRC_PATH for Racer because it could not read the Rust sysroot.'
);
return env;
}
}

Expand Down

0 comments on commit f2752fe

Please sign in to comment.