From 4b296de27c5e1d6e932158fbbbbe4cc84034e54d Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 20 Feb 2023 15:08:16 -0500 Subject: [PATCH] Update crates/aiken-lsp/src/utils.rs Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com> --- crates/aiken-lsp/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/aiken-lsp/src/utils.rs b/crates/aiken-lsp/src/utils.rs index 5da56ce0..e5962656 100644 --- a/crates/aiken-lsp/src/utils.rs +++ b/crates/aiken-lsp/src/utils.rs @@ -7,7 +7,7 @@ use urlencoding::decode; use crate::{error::Error, line_numbers::LineNumbers}; -pub const COMPILING_PROGRESS_TOKEN: &str = "compiling-gleam"; +pub const COMPILING_PROGRESS_TOKEN: &str = "compiling-aiken``` pub const CREATE_COMPILING_PROGRESS_TOKEN: &str = "create-compiling-progress-token"; pub fn text_edit_replace(new_text: String) -> TextEdit {