Skip to content

Commit 94def37

Browse files
Samiya CaurDevtools-frontend LUCI CQ
authored andcommitted
Enable DevTools AI Code Completion by default for the team
Bug: 437346620 Change-Id: Ifd61e2b50157794aeec367f2ad899f992c7c4758 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6870540 Commit-Queue: Samiya Caur <[email protected]> Reviewed-by: Alex Rudenko <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Auto-Submit: Samiya Caur <[email protected]>
1 parent 7187d61 commit 94def37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_start.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
// The default feature set.
1919
const DEFAULT_FEATURE_SET = new FeatureSet();
2020
process.platform === 'darwin' && DEFAULT_FEATURE_SET.disable('MediaRouter');
21+
DEFAULT_FEATURE_SET.enable('DevToolsAiCodeCompletion');
2122
DEFAULT_FEATURE_SET.enable('DevToolsAiAssistancePerformanceAgent', {insights_enabled: true});
2223
DEFAULT_FEATURE_SET.enable('DevToolsAiGeneratedTimelineLabels');
2324
DEFAULT_FEATURE_SET.enable('DevToolsCssValueTracing');

0 commit comments

Comments
 (0)