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 b32e388 commit fb9faa9Copy full SHA for fb9faa9
src/codewhisperer/activation.ts
@@ -225,7 +225,7 @@ export async function activate(context: ExtContext): Promise<void> {
225
CodeWhispererConstants.isClassifierEnabledKey
226
)
227
if (isClassifierEnabled === undefined) {
228
- const result = Math.random() <= 0.4
+ const result = Math.random() <= 0.5
229
context.extensionContext.globalState.update(CodeWhispererConstants.isClassifierEnabledKey, result)
230
}
231
0 commit comments