Skip to content

Commit

Permalink
fix(amazonq): missing @workspace command on welcome tab (aws#6145)
Browse files Browse the repository at this point in the history
## Problem
- On the welcome to q chat tab `@workspace` is missing

## Solution
- Pull in all context commands that should be available for the regular
cwc tab into the welcome to q tab

---

- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).

License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
  • Loading branch information
jpinkney-aws authored Dec 4, 2024
1 parent 5987252 commit 92f9ae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "@workspace is missing from the welcome to q chat tab"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const welcomeScreenTabData = (tabs: TabDataGenerator): MynahUITabStoreTab
isSelected: true,
store: {
quickActionCommands: tabs.quickActionsGenerator.generateForTab('welcome'),
contextCommands: tabs.getTabData('cwc', false).contextCommands,
tabTitle: 'Welcome to Q',
tabBackground: true,
chatItems: [
Expand Down

0 comments on commit 92f9ae3

Please sign in to comment.