-
Notifications
You must be signed in to change notification settings - Fork 774
feat(amazonq): inline e2e simulation #8464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
|
✅ I finished the code review, and didn't find any security or code quality issues. |
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
|
✅ I finished the code review, and didn't find any security or code quality issues. |
| // editCompletionRequestType.method, | ||
| // request, | ||
| // token | ||
| // ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
temporarily disable NEP request as simulation might get throttled if we fire more requests (NEP)
| // this.processRemainingRequests(languageClient, request, result, token) | ||
| // .then(async (flag) => { | ||
| // // Force vscode to reload suggestions | ||
| // await commands.executeCommand('editor.action.inlineSuggest.hide') | ||
| // await commands.executeCommand('editor.action.inlineSuggest.trigger') | ||
|
|
||
| const logstr = `Done pagination; shouldUpdate=${flag}; updatedSuggestionCount=${this.sessionManager.getActiveRecommendation().length}` | ||
| this.logger.info(logstr) | ||
| }) | ||
| .catch((error) => { | ||
| languageClient.warn(`Error when getting suggestions: ${error}`) | ||
| }) | ||
| // const logstr = `Done pagination; shouldUpdate=${flag}; updatedSuggestionCount=${this.sessionManager.getActiveRecommendation().length}` | ||
| // this.logger.info(logstr) | ||
| // }) | ||
| // .catch((error) => { | ||
| // languageClient.warn(`Error when getting suggestions: ${error}`) | ||
| // }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also temporarily disable pagination as requests might be throttled
| } | ||
|
|
||
| private async processRemainingRequests( | ||
| async processRemainingRequests( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for linter
Problem
Solution
feature/xbranches will not be squash-merged at release time.