We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f163fa commit 3fed7ccCopy full SHA for 3fed7cc
plugins/amazonq/mynah-ui/src/mynah-ui/ui/connector.ts
@@ -512,6 +512,10 @@ export class Connector {
512
case 'featuredev':
513
this.featureDevChatConnector.onOpenDiff(tabID, filePath, deleted)
514
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
+ */
519
case 'codetest':
520
this.codeTestChatConnector.onFormButtonClick(tabID, messageId ?? '', {id: "utg_view_diff"})
521
0 commit comments