From 1f2cf5797ac533b0ccb64ef8bf0bb932173c5542 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Thu, 7 Mar 2024 23:39:26 -0500 Subject: [PATCH] fix: correct spelling of Next LS --- src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.ts b/src/extension.ts index bf7f9e0..22ceafa 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -260,7 +260,7 @@ export async function ensureNextLSDownloaded( file.on("close", resolve); file.on("error", reject); }) - .then(() => channel.info("Downloaded NextLS!")) + .then(() => channel.info("Downloaded Next LS!")) .catch(() => { console.log("Failed to write downloaded executable to a file"); channel.error("Failed to write downloaded executable to a file");