You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <104926752+atonaamz@users.noreply.github.com>
Co-authored-by: 🥩 Flora <floralph@amazon.com>
0 commit comments