summaryrefslogtreecommitdiff
path: root/cli/lsp/lsp_custom.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-09-26 21:57:14 +0100
committerGitHub <noreply@github.com>2023-09-26 21:57:14 +0100
commitcb154d6afa3d260e3b281404155d04806aa2014c (patch)
tree57a1aa4396dc482ef605cdb8b53ab4b535170057 /cli/lsp/lsp_custom.rs
parentdcb00bb9b8bf39f0caa6bb87b6b11e1344803bb9 (diff)
chore(lsp): bump tower-lsp to 0.20.0 (#20693)
Diffstat (limited to 'cli/lsp/lsp_custom.rs')
-rw-r--r--cli/lsp/lsp_custom.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/lsp/lsp_custom.rs b/cli/lsp/lsp_custom.rs
index 24c4bc131..d9dbae8a4 100644
--- a/cli/lsp/lsp_custom.rs
+++ b/cli/lsp/lsp_custom.rs
@@ -13,9 +13,6 @@ pub const VIRTUAL_TEXT_DOCUMENT: &str = "deno/virtualTextDocument";
pub const LATEST_DIAGNOSTIC_BATCH_INDEX: &str =
"deno/internalLatestDiagnosticBatchIndex";
-// While lsp_types supports inlay hints currently, tower_lsp does not.
-pub const INLAY_HINT: &str = "textDocument/inlayHint";
-
#[derive(Debug, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct CacheParams {