Skip to content

Commit 5d1d3cf

Browse files
[release] disabling a PreReqsCheck to unblock ppl
1 parent 5b7df18 commit 5d1d3cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/RustAnalyzer/Infrastructure/PreReqsCheckService.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ public sealed class PreReqsCheckService : IPreReqsCheckService
2929
new Dictionary<string, Func<IToolchainService, CancellationToken, Task<(bool, string)>>>
3030
{
3131
[nameof(VsVersionCheck)] = VsVersionCheck.CheckAsync,
32-
[nameof(CheckRustupToolchainInstallationAsync)] = CheckRustupToolchainInstallationAsync,
32+
33+
// TODO: https://github.com/kitamstudios/rust-analyzer.vs/issues/54
34+
// [nameof(CheckRustupToolchainInstallationAsync)] = CheckRustupToolchainInstallationAsync,
3335
[nameof(CheckRustupAsync)] = CheckRustupAsync,
3436
[nameof(CheckCargoAsync)] = CheckCargoAsync,
3537
};

0 commit comments

Comments
 (0)