fix(webview): 중첩 템플릿 리터럴 내 백틱 이스케이프 누락 수정
This commit is contained in:
@@ -1753,7 +1753,7 @@ export class SidebarChatProvider implements vscode.WebviewViewProvider, BridgeIn
|
||||
};
|
||||
reader.readAsDataURL(file);
|
||||
});
|
||||
showToast(`\${files.length}개의 파일이 추가되었습니다.`, 'success');
|
||||
showToast(\`\${files.length}개의 파일이 추가되었습니다.\`, 'success');
|
||||
Sound.success();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user