fix(webview): TypeScript 템플릿 리터럴 내 변수 이스케이프 오류 수정

This commit is contained in:
2026-04-30 14:14:34 +09:00
parent 891323288e
commit a6cedc516b
3 changed files with 8 additions and 4 deletions
+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();
}