Skip to content

Commit 2ce87df

Browse files
authored
Merge pull request #8956 from microsoft/ulugbekna/yelling-pigeon
nes: add whitespace-only setting
2 parents 9873180 + 962bacc commit 2ce87df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-notes/v1_105.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ The Quick Input controls, like the ones used in the Command Palette (Quick Pick,
289289

290290
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.`
291291

292+
### Disallow whitespace-only next edit suggestions
293+
294+
**Setting**: `setting(github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges)`
295+
296+
It is now possible to disallow next edit suggestions (NES) to propose whitespace-only changes such as code formatting.
297+
292298
## Source Control
293299

294300
### Resolve merge conflicts with AI

0 commit comments

Comments
 (0)