Skip to content

Commit ee89f51

Browse files
Copilothediet
andauthored
Set triggerCommandOnProviderChange default to false to fix microsoft#256458 (microsoft#258171)
* Set triggerCommandOnProviderChange default to false to fix microsoft#256458 Co-authored-by: hediet <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hediet <[email protected]>
1 parent 51668de commit ee89f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4432,7 +4432,7 @@ class InlineEditorSuggest extends BaseEditorOption<EditorOption.inlineSuggest, I
44324432
},
44334433
experimental: {
44344434
suppressInlineSuggestions: '',
4435-
triggerCommandOnProviderChange: true,
4435+
triggerCommandOnProviderChange: false,
44364436
},
44374437
};
44384438

0 commit comments

Comments
 (0)