Skip to content

Commit f4522d8

Browse files
committed
feat(uri): fix stub handler button for vscode:// URIs
1 parent aee6884 commit f4522d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/vscode/uriHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class UriHandler implements vscode.UriHandler {
2727
'This version of {0} Toolkit does not handle vscode:// URLs. Check your AWS Toolkit version.',
2828
getIdeProperties().company
2929
),
30-
'View AWS Toolkit version'
30+
button
3131
)
3232
return p.then(selection => {
3333
if (selection === button) {

0 commit comments

Comments
 (0)