Skip to content

Draft: fix: Reduce wait time before triggering next inline completion

Tristan Read requested to merge tr-immediate-editor.edit into main

Description

A possible reduction in likelihood for #1190 (comment 1761447551)

The idea is to reduce the amount of time that the escape key is not bound to the inline suggestion cancellation.

Note - this isn't a complete fix, but more of a demonstration / discussion starter, that we could perhaps merge if it's deemed useful.

Related Issues

#1190 (closed)

How has this been tested?

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Tristan Read

Merge request reports