fix(webview): 중첩 템플릿 리터럴 내 백틱 이스케이프 누락 수정

This commit is contained in:
2026-04-30 14:16:02 +09:00
parent a6cedc516b
commit b0320be793
+1 -1
View File
@@ -1753,7 +1753,7 @@ export class SidebarChatProvider implements vscode.WebviewViewProvider, BridgeIn
};
reader.readAsDataURL(file);
});
showToast(`\${files.length} .`, 'success');
showToast(\`\${files.length}개의 파일이 추가되었습니다.\`, 'success');
Sound.success();
}