Fix: globbing observable not firing initially in monacoQueryInput
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.