Skip to content

Commit 2486af9

Browse files
authored
[Axon-1383] Teamcamp rovo dev in Help and Feedback is disabled (#1707)
* rovo dev help and feedback enabled
1 parent 1e97804 commit 2486af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/helpDataProvider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class HelpDataProvider extends BaseTreeDataProvider {
5757
...(Container.isRovoDevEnabled && Container.siteManager.productHasAtLeastOneSite(ProductJira)
5858
? [
5959
new InternalLinkNode('Rovo Dev', 'Chat with Atlassian coding agent', iconSet.ROVODEV, {
60-
command: 'workbench.view.extension.atlascode-rovo-dev',
60+
command: 'atlascode.views.rovoDev.webView.focus',
6161
title: 'Open Rovo Dev Chat',
6262
}),
6363
]
@@ -87,7 +87,7 @@ export class HelpDataProvider extends BaseTreeDataProvider {
8787
...(Container.isRovoDevEnabled && Container.siteManager.productHasAtLeastOneSite(ProductJira)
8888
? [
8989
new InternalLinkNode('Rovo Dev', 'Chat with Atlassian coding agent', iconSet.ROVODEV, {
90-
command: 'workbench.view.extension.atlascode-rovo-dev',
90+
command: 'atlascode.views.rovoDev.webView.focus',
9191
title: 'Open Rovo Dev Chat',
9292
}),
9393
]

0 commit comments

Comments
 (0)