Update crates/aiken-lsp/src/utils.rs
Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com>
This commit is contained in:
parent
52bb0e749e
commit
4b296de27c
|
@ -7,7 +7,7 @@ use urlencoding::decode;
|
||||||
|
|
||||||
use crate::{error::Error, line_numbers::LineNumbers};
|
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 const CREATE_COMPILING_PROGRESS_TOKEN: &str = "create-compiling-progress-token";
|
||||||
|
|
||||||
pub fn text_edit_replace(new_text: String) -> TextEdit {
|
pub fn text_edit_replace(new_text: String) -> TextEdit {
|
||||||
|
|
Loading…
Reference in New Issue