Commit f114894
authored
refactor(amazonq): deprecate codewhisperer context utils (#7241)
## Problem
deprecation for inline
## Solution
deprecates:
1. supplemental context + its tests, since that was only passed into
codewhisperer
2. codewhisperer coverage tracker, since thats [already in
flare](https://github.com/aws/language-servers/blob/main/server/aws-lsp-codewhisperer/src/language-server/inline-completion/codePercentage.ts)
3. [classifier
trigger](https://github.com/aws/language-servers/blob/main/server/aws-lsp-codewhisperer/src/language-server/inline-completion/auto-trigger/coefficients.json),
since that's in flare
4. inlineCompletionProvider is no longer used and should have been in my
other PR
5. editorContext utils, since that was used with supplemental 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.1 parent 3e1614d commit f114894
File tree
26 files changed
+1
-5277
lines changed- packages
- amazonq
- src/app/inline
- test/unit/codewhisperer
- tracker
- util
- core/src
- codewhisperer
- service
- tracker
- util
- supplementalContext
- test/codewhisperer
26 files changed
+1
-5277
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
0 commit comments