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 fc6ff3f commit 30f1b23Copy full SHA for 30f1b23
src/services/settings.ts
@@ -43,7 +43,7 @@ export const DEFAULT_USER_SETTINGS = {
43
[USE_SHOW_PLAN_SVG_KEY]: false,
44
[USE_CLUSTER_BALANCER_AS_BACKEND_KEY]: true,
45
[ENABLE_AUTOCOMPLETE]: true,
46
- [ENABLE_CODE_ASSISTANT]: false,
+ [ENABLE_CODE_ASSISTANT]: true,
47
[AUTOCOMPLETE_ON_ENTER]: true,
48
[IS_HOTKEYS_HELP_HIDDEN_KEY]: false,
49
[AUTO_REFRESH_INTERVAL]: 0,
0 commit comments