Skip to content

Commit 3835cd6

Browse files
authored
Merge pull request #8578 from microsoft/changing-edit-context-setting
Updating the setting name
2 parents d506af7 + 6ac2381 commit 3835cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/v1_101.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ By default, semantic search is only run when you explicitly request it. We have
345345

346346
### Edit Context
347347

348-
**Setting**: `setting(editor.experimentalEditContextEnabled)`
348+
**Setting**: `setting(editor.editContext)`
349349

350-
We have enabled the `setting(editor.experimentalEditContextEnabled)` setting by default on Stable. This means that the input of the editor is now powered by the EditContext API. This fixes numerous bugs, especially in relation to the IME experience, and going forward will pave the way for a more versatile and robust input experience within the editor.
350+
We have enabled the `setting(editor.editContext)` setting by default on Stable. This means that the input of the editor is now powered by the EditContext API. This fixes numerous bugs, especially in relation to the IME experience, and going forward will pave the way for a more versatile and robust input experience within the editor.
351351

352352
See the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/EditContext_API) for more detail on the EditContext API.
353353

0 commit comments

Comments
 (0)