in src/components/chat/components/duo_chat_message/insert_code_snippet_element.js [19:27]
async initialize(codeBlock) {
if (!this.getCodeElement(codeBlock)) return;
this.#codeBlock = codeBlock;
this.#actionButton = createButton();
const tooltip = await createTooltip(this.#actionButton, 'Insert at cursor');
this.appendChild(tooltip);
}