We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d321ac commit 8f30ac0Copy full SHA for 8f30ac0
server/aws-lsp-codewhisperer/src/shared/codeWhispererService.ts
@@ -90,8 +90,8 @@ export interface ResponseContext {
90
}
91
92
export enum SuggestionType {
93
- EDIT = 'EDIT',
94
- COMPLETION = 'COMPLETION',
+ EDIT = 'EDITS',
+ COMPLETION = 'COMPLETIONS',
95
96
97
export interface GenerateSuggestionsResponse {
0 commit comments