Skip to content

Commit 1d89d5d

Browse files
authored
fix(amazonq): bring back experimental config (#7495)
## Problem ## Solution --- - 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.
1 parent 845f445 commit 1d89d5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/toolkit/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@
258258
"amazonqChatLSP": {
259259
"type": "boolean",
260260
"default": true
261+
},
262+
"amazonqLSPInlineChat": {
263+
"type": "boolean",
264+
"default": false
261265
}
262266
},
263267
"additionalProperties": false

0 commit comments

Comments
 (0)