huntc
719631b75c
Formatting
2024-07-30 19:25:03 +10:00
huntc
37d4cf0cc6
Outdated comment removed
2024-07-30 19:24:15 +10:00
huntc
26691a1165
Further simplifications
2024-07-30 16:38:47 +10:00
huntc
b05def0f4c
Checks date for any RA
2024-07-30 16:26:56 +10:00
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
Lukas Wirth
02c8b7df64
Use rustup rust-analyzer component when there is a toolchain file override for the opened workspace
2024-07-22 10:49:32 +02:00
Lukas Wirth
bb9678ea3b
fix: Fix runnables being incorrectly constructed
2024-07-06 20:23:14 +02:00
Lukas Wirth
ff07caa9de
Tidy up vscode extension a bit
2024-06-19 09:42:06 +02:00
Lukas Wirth
33f9250d21
Pass server extraEnv to isValidExecutable
2023-08-12 07:10:20 +02:00
Tetsuharu Ohzeki
f7823f3106
editor/code: Re-apply code format
2023-07-13 22:44:29 +09:00
Tetsuharu Ohzeki
445b4fc27f
editor/code: Sort the style to import types
...
see:
- https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-imports.md
- https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/no-import-type-side-effects.md
2023-07-11 06:12:00 +09:00
Tetsuharu Ohzeki
f70845305f
editor/code: Enable noPropertyAccessFromIndexSignature
ts option
2023-07-06 16:17:02 +09:00
Lukas Wirth
ec9476015c
Substitute VSCode variables more generally
2023-01-24 13:46:56 +01:00
OmarTawfik
7198cd04ac
allow using vscode variables in config.serverPath
2023-01-20 13:22:11 -08:00
Lukas Wirth
6f435977df
Refactor language client handling
2022-10-17 14:21:12 +02:00