rust-analyzer/editors/code/tests/unit
huntc ec7451cc8d Determine toolchain RA on age
Selects a rust-toolchain declared RA based on its date. The earliest (oldest) RA wins and becomes the one that the workspace uses as a whole.

In terms of precedence:

nightly > stable-with-version > stable

With stable-with-version, we invoke the RA with a `--version` arg and attempt to extract a date. Given the same date as a nightly, the nightly RA will win.
2024-07-28 16:09:05 +10:00
..
bootstrap.test.ts Determine toolchain RA on age 2024-07-28 16:09:05 +10:00
index.ts editor/code: Re-apply code format 2023-07-13 22:44:29 +09:00
launch_config.test.ts editor/code: Sort the style to import types 2023-07-11 06:12:00 +09:00
runnable_env.test.ts Fix passing message-format after -- in debugging 2024-07-06 18:03:33 +02:00
settings.test.ts fix: Fix runnables being incorrectly constructed 2024-07-06 20:23:14 +02:00
tasks.test.ts fix: Fix runnables being incorrectly constructed 2024-07-06 20:23:14 +02:00