Skip to content

Commit e43657a

Browse files
ctlai95karanA-aws
authored andcommitted
config(amazonq): code issues collapsed by default aws#6198
## Problem Code issues tree view takes up too much space away from chat view ## Solution Set `visibility` to `collapsed` (will only take effect for new installations)
1 parent 15f359a commit e43657a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/amazonq/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
"type": "tree",
216216
"id": "aws.amazonq.SecurityIssuesTree",
217217
"name": "%AWS.amazonq.security%",
218-
"when": "!aws.isSageMaker && !aws.isWebExtHost && !aws.amazonq.showLoginView"
218+
"when": "!aws.isSageMaker && !aws.isWebExtHost && !aws.amazonq.showLoginView",
219+
"visibility": "collapsed"
219220
},
220221
{
221222
"type": "webview",

0 commit comments

Comments
 (0)