Update editor.html

This commit is contained in:
Namhyeon Go 2025-03-17 17:19:05 +09:00
parent 2a2cdf8a4a
commit c8e757487e

View File

@ -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');