Skip to content

Commit 3fed7cc

Browse files
committed
add to-do
1 parent 1f163fa commit 3fed7cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/amazonq/mynah-ui/src/mynah-ui/ui/connector.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,10 @@ export class Connector {
512512
case 'featuredev':
513513
this.featureDevChatConnector.onOpenDiff(tabID, filePath, deleted)
514514
break
515+
/*
516+
TODO: This is for temporary solution to show correct viewdiff panel by clicking the filename
517+
Would re-factor it later for the next task
518+
*/
515519
case 'codetest':
516520
this.codeTestChatConnector.onFormButtonClick(tabID, messageId ?? '', {id: "utg_view_diff"})
517521
break

0 commit comments

Comments
 (0)