-
Notifications
You must be signed in to change notification settings - Fork 751
config(inline-completion): change supplemental context configuration to always use repomap #6205
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
Conversation
|
packages/core/src/codewhisperer/util/supplementalContext/crossFileContextUtil.ts
Show resolved
Hide resolved
| assert.strictEqual(actual.supplementalContextItems[3].content.split('\n').length, 50) | ||
| }) | ||
|
|
||
| it('for t2 group, should return global bm25 context and no repomap', async function () { |
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.
skipping because we don't have t2 group now as we set all users to be t1 group.
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.
will remove not needed tests later once the experiment is fully done
justinmk3
left a comment
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.
Is this approved for the upcoming release?
@justinmk3 yea, it's requested by the team to ship out with Dec 17th release, but I will double check and get explicit approval for all PRs then turn the PR back to ready state |
…to always use repomap (aws#6205) ## Problem Remove client side A/B experiment (control, treatment1, treatment2), move it to service side and always assume treatment1 ## Solution --- - 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.
Problem
Remove client side A/B experiment (control, treatment1, treatment2), move it to service side and always assume treatment1
Solution
feature/xbranches will not be squash-merged at release time.License: I confirm that my contribution is made under the terms of the Apache 2.0 license.