Skip to content

Commit a1bc900

Browse files
committed
a
1 parent ab3fd1b commit a1bc900

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/amazonq/test/unit/codewhisperer/util/crossFileContextUtil.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ describe('crossFileContextUtil', function () {
313313

314314
describe('full support', function () {
315315
const fileExtLists = ['java', 'js', 'ts', 'py', 'tsx', 'jsx']
316-
// const fileExtLists = ['java']
317316

318317
before(async function () {
319318
this.timeout(60000)

packages/core/src/codewhisperer/util/supplementalContext/crossFileContextUtil.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ function getSupplementalContextConfig(languageId: vscode.TextDocument['languageI
292292

293293
const group = FeatureConfigProvider.instance.getProjectContextGroup()
294294
switch (group) {
295+
case 'control':
296+
return 'opentabs'
297+
295298
default:
296299
return 'codemap'
297300
}

0 commit comments

Comments
 (0)