Skip to content

Commit 091c74c

Browse files
authored
Turn automatic inline code completion off by default (#15333)
fixed #15332
1 parent 9d84e5a commit 091c74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai-code-completion/src/browser/ai-code-completion-preference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const AICodeCompletionPreferencesSchema: PreferenceSchema = {
3333
'Automatically trigger AI completions inline within any (Monaco) editor while editing.\
3434
\n\
3535
Alternatively, you can manually trigger the code via the command "Trigger Inline Suggestion" or the default shortcut "Ctrl+Alt+Space".'),
36-
default: true
36+
default: false
3737
},
3838
[PREF_AI_INLINE_COMPLETION_EXCLUDED_EXTENSIONS]: {
3939
title: nls.localize('theia/ai/completion/excludedFileExts/title', 'Excluded File Extensions'),

0 commit comments

Comments
 (0)