From c8e757487e2987572c6bdf549c54ee5923257616 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 17 Mar 2025 17:19:05 +0900 Subject: [PATCH] Update editor.html --- WelsonJS.Toolkit/WelsonJS.Launcher/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html b/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html index d25713c..f27336b 100644 --- a/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html +++ b/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html @@ -233,7 +233,7 @@ return; } - appendTextToEditor("// " + promptMessage + "... Generating..."); + appendTextToEditor("\n\n// " + promptMessage + "... Thinking with Generative AI..."); (async function () { const targetWsUrl = await getTargetByUrl('copilot.microsoft.com');