Skip to content

Commit 772c53f

Browse files
authored
fix(cdk): re-enable refresh button for cdk explorer (#4418)
The cdk refresh button was inadvertendly disabled in this commit: 4e72ba7 This restores the button. ![image](https://github.com/aws/aws-toolkit-vscode/assets/149123719/9516af10-86d5-43e8-a9b9-c3d163ecee0a) <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Update the changelog using `npm run newChange`. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: aws-toolkit-automation <>
1 parent 3e3b7ae commit 772c53f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "CDK Explorer: Refresh button is now visible."
4+
}

packages/toolkit/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,11 @@
13731373
"when": "view == aws.explorer",
13741374
"group": "navigation@5"
13751375
},
1376+
{
1377+
"command": "aws.cdk.refresh",
1378+
"when": "view == aws.cdk",
1379+
"group": "navigation@1"
1380+
},
13761381
{
13771382
"command": "aws.login",
13781383
"when": "view == aws.explorer",

0 commit comments

Comments
 (0)