From c6510191cf3305a1fa0a8e38dc53a0d7d7e22662 Mon Sep 17 00:00:00 2001 From: Ulugbek Abdullaev Date: Thu, 9 Oct 2025 16:55:27 +0200 Subject: [PATCH 1/2] nes: new setting to disallow whitespace only changes --- release-notes/v1_105.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release-notes/v1_105.md b/release-notes/v1_105.md index 66f7909d99..053d1530db 100644 --- a/release-notes/v1_105.md +++ b/release-notes/v1_105.md @@ -289,6 +289,12 @@ The Quick Input controls, like the ones used in the Command Palette (Quick Pick, These actions are now moved to commands, which enables you to override their keyboard shortcuts. For example, if you want `kbstyle(Tab)` to be used to accept something in the Quick Pick, this is now possible. To see all keyboard shortcuts that you can override, open the Keyboard Shortcuts editor `(kb(workbench.action.openGlobalKeybindings))` and search for `quickInput.` +### Disallow whitespace-only Next Edit Suggestions + +**Setting**: `setting(github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges)` + +It is now possible to disallow Next Edit Suggestions (NES) to propose whitespace-only changes such as code formatting. + ## Source Control ### Resolve merge conflicts with AI From 962bacc24114dabffde695bdbae3a6c77c40b4ca Mon Sep 17 00:00:00 2001 From: Ulugbek Abdullaev Date: Thu, 9 Oct 2025 17:01:41 +0200 Subject: [PATCH 2/2] capitalization --- release-notes/v1_105.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/v1_105.md b/release-notes/v1_105.md index 053d1530db..85cb2e9c7a 100644 --- a/release-notes/v1_105.md +++ b/release-notes/v1_105.md @@ -289,11 +289,11 @@ The Quick Input controls, like the ones used in the Command Palette (Quick Pick, These actions are now moved to commands, which enables you to override their keyboard shortcuts. For example, if you want `kbstyle(Tab)` to be used to accept something in the Quick Pick, this is now possible. To see all keyboard shortcuts that you can override, open the Keyboard Shortcuts editor `(kb(workbench.action.openGlobalKeybindings))` and search for `quickInput.` -### Disallow whitespace-only Next Edit Suggestions +### Disallow whitespace-only next edit suggestions **Setting**: `setting(github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges)` -It is now possible to disallow Next Edit Suggestions (NES) to propose whitespace-only changes such as code formatting. +It is now possible to disallow next edit suggestions (NES) to propose whitespace-only changes such as code formatting. ## Source Control