Skip to content

Commit d378080

Browse files
committed
enable implicit project context ab test
1 parent 9729ac9 commit d378080

File tree

1 file changed

+0
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/controller

1 file changed

+0
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/controller/ChatController.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ class ChatController private constructor(
147147
}
148148
} else if (
149149
CodeWhispererSettings.getInstance().isProjectContextEnabled() &&
150-
isInternalUser &&
151150
ProjectContextController.getInstance(context.project).getProjectContextIndexComplete()
152151
) {
153152
// if user does not have @workspace in the prompt, but user is Amazon internal

0 commit comments

Comments
 (0)