Skip to content

Commit b60eba7

Browse files
authored
config(amazonq): code issues collapsed by default #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 d8337a0 commit b60eba7

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
@@ -210,7 +210,8 @@
210210
"type": "tree",
211211
"id": "aws.amazonq.SecurityIssuesTree",
212212
"name": "%AWS.amazonq.security%",
213-
"when": "!aws.isSageMaker && !aws.isWebExtHost && !aws.amazonq.showLoginView"
213+
"when": "!aws.isSageMaker && !aws.isWebExtHost && !aws.amazonq.showLoginView",
214+
"visibility": "collapsed"
214215
},
215216
{
216217
"type": "webview",

0 commit comments

Comments
 (0)