Commit a784f82
NEP: feature flag & bug fix (aws#7410)
1. Added a feature flag `amazonqLSPNEP` for NEP.
Configure the settings.json like:
```
"aws.experiments": {
"amazonqLSP": true,
"amazonqLSPInline": true, // optional: enables inline completion from flare
"amazonqLSPChat": true, // optional: enables chat from flare
"amazonqLSPNEP": true, // optional: enables next edit prediction
},
```
2. Fixed some UI/UX bugs:
- Color theme matches IDE light/dark theme
- Cursor move to the end of edit once accepted
- Added conditions to the accept/reject commands so tab/esc works
outside of NEP context.
---
- 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.
---------
Co-authored-by: aws-toolkit-automation <>
Co-authored-by: atontb <[email protected]>
Co-authored-by: 🥩 Flora <[email protected]>1 parent f51fc39 commit a784f82
File tree
1 file changed
+0
-10
lines changed- packages/amazonq/src/app/inline/EditRendering
1 file changed
+0
-10
lines changedLines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | 264 | | |
271 | 265 | | |
272 | 266 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | 267 | | |
278 | 268 | | |
279 | 269 | | |
| |||
0 commit comments