Skip to content

Fix: globbing observable not firing initially in monacoQueryInput

Administrator requested to merge fa/fix-monaco-query-input-subject into main

Created by: attfarhan

Fixes an issue where hitting ctrl+space in the monaco query input would cause the suggestions popup to show a loading state indefinitely. This was caused by the globbing not firing in the initial component update as its initial emission was ignored by publishReplay since it is not explicitly subscribed to.

Merge request reports

Loading