Skip to content

Commit 30f1b23

Browse files
committed
fix: default true
1 parent fc6ff3f commit 30f1b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const DEFAULT_USER_SETTINGS = {
4343
[USE_SHOW_PLAN_SVG_KEY]: false,
4444
[USE_CLUSTER_BALANCER_AS_BACKEND_KEY]: true,
4545
[ENABLE_AUTOCOMPLETE]: true,
46-
[ENABLE_CODE_ASSISTANT]: false,
46+
[ENABLE_CODE_ASSISTANT]: true,
4747
[AUTOCOMPLETE_ON_ENTER]: true,
4848
[IS_HOTKEYS_HELP_HIDDEN_KEY]: false,
4949
[AUTO_REFRESH_INTERVAL]: 0,

0 commit comments

Comments
 (0)