Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions release-notes/v1_105.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down