mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
12f6ad32c2
Fixes #19802. Properly respect when clients do not have the `workspace/configuration` capability, a.k.a. when an editor cannot provide scoped settings on request from the LSP. - Fix one spot where we weren't checking for the capability before sending this request. - For `enablePaths`, fall back to the settings passed in the initialization options in more cases. - Respect the `workspace/configuration` capability in the test harness client. See: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_configuration. |
||
---|---|---|
.. | ||
src | ||
std@b23a76a47a | ||
wpt@c84a2ef4f2 | ||
build.rs | ||
Cargo.toml |