Commit b9a5a94
feat(amazonq): Move inline completion to Flare (#7480)
## Problem
https://github.com/aws/aws-toolkit-vscode/pull/7450/files is too
convoluted, hard to review and we also found a couple of regressions.
## Solution
Move inline completion to Flare first in this PR. Then we plan on how to
move auth to Flare. After this merge,
https://github.com/aws/aws-toolkit-vscode/pull/7450/files will be a lot
easier to debug and review.
---
- 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.
---------
Signed-off-by: nkomonen-amazon <[email protected]>
Co-authored-by: Josh Pinkney <[email protected]>
Co-authored-by: aws-toolkit-automation <[email protected]>
Co-authored-by: Hweinstock <[email protected]>
Co-authored-by: Nikolas Komonen <[email protected]>
Co-authored-by: nkomonen-amazon <[email protected]>
Co-authored-by: Josh Pinkney <[email protected]>
Co-authored-by: Tom Zu <[email protected]>
Co-authored-by: Will Lo <[email protected]>
Co-authored-by: Tai Lai <[email protected]>
Co-authored-by: Adam Khamis <[email protected]>
Co-authored-by: Na Yue <[email protected]>
Co-authored-by: Laxman Reddy <[email protected]>
Co-authored-by: Jiatong Li <[email protected]>
Co-authored-by: Avi Alpert <[email protected]>
Co-authored-by: Brad Skaggs <[email protected]>
Co-authored-by: hkobew <[email protected]>
Co-authored-by: Zoe Lin <[email protected]>
Co-authored-by: chungjac <[email protected]>
Co-authored-by: invictus <[email protected]>1 parent d8548fc commit b9a5a94
File tree
102 files changed
+2421
-10571
lines changed- packages
- amazonq
- src
- app/inline
- stateTracker
- tutorials
- inlineChat
- controller
- provider
- lsp
- chat
- test
- e2e
- inline
- lsp
- unit
- amazonq
- apps/inline
- lsp
- codewhisperer
- commands
- service
- tracker
- util
- core/src
- amazonq
- lsp
- codewhispererChat/controllers/chat
- messenger
- codewhisperer
- commands
- models
- service
- tracker
- util
- supplementalContext
- views
- dev
- testE2E/codewhisperer
- testInteg/perf
- test
- codewhisperer
- commands
- toolkit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+2421
-10571
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 10 | | |
17 | | - | |
18 | | - | |
19 | 11 | | |
20 | 12 | | |
21 | 13 | | |
22 | 14 | | |
23 | 15 | | |
24 | | - | |
| 16 | + | |
25 | 17 | | |
26 | 18 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 19 | | |
31 | 20 | | |
32 | 21 | | |
33 | 22 | | |
34 | 23 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 24 | | |
56 | | - | |
57 | | - | |
58 | 25 | | |
59 | 26 | | |
60 | 27 | | |
61 | 28 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 29 | | |
72 | 30 | | |
73 | 31 | | |
| |||
80 | 38 | | |
81 | 39 | | |
82 | 40 | | |
83 | | - | |
84 | 41 | | |
85 | 42 | | |
86 | 43 | | |
| |||
105 | 62 | | |
106 | 63 | | |
107 | 64 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 65 | | |
122 | 66 | | |
123 | 67 | | |
| |||
0 commit comments