Skip to content

fix: Only catch unchanged_document in intellisense context

Enrique Alcántara requested to merge fix-invalid-document-unchanged-event into main

Description

It addresses an issue where the code suggestions provider is interpreting incorrectly that certain suggestion requests are happening in an unchanged document.

Related Issues

Resolves #1114 (closed)

How has this been tested?

Follow the reproduction steps outlined in the following video. None of the issues that appear in the video should happen after this change.

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

Merge request reports