Skip to content

Commit

Permalink
fix(cdk): re-enable refresh button for cdk explorer (aws#4418)
Browse files Browse the repository at this point in the history
The cdk refresh button was inadvertendly disabled in this commit:
aws@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 <>
  • Loading branch information
hayemaxi authored Feb 12, 2024
1 parent 3e3b7ae commit 772c53f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "CDK Explorer: Refresh button is now visible."
}
5 changes: 5 additions & 0 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,11 @@
"when": "view == aws.explorer",
"group": "navigation@5"
},
{
"command": "aws.cdk.refresh",
"when": "view == aws.cdk",
"group": "navigation@1"
},
{
"command": "aws.login",
"when": "view == aws.explorer",
Expand Down

0 comments on commit 772c53f

Please sign in to comment.