diff --git a/src/util/feature_flags/feature_toggles.ts b/src/util/feature_flags/feature_toggles.ts index f398f17..4756939 100644 --- a/src/util/feature_flags/feature_toggles.ts +++ b/src/util/feature_flags/feature_toggles.ts @@ -5,7 +5,7 @@ import * as path from 'path'; const featureTogglesJson = ` { "ask-code-summary": false, - "ask-code": false, + "ask-code": true, "ask-code-dfs": false }`; const featureToggles = JSON.parse(featureTogglesJson);