The previous issue is that the item was filtered out by vscode, because
the prefix (which contains ".") are not matched against the filterText.
This patch works around it by adjusting the item filterText, inspired by
https://reviews.llvm.org/D75623.
"This also prevents VSCode from filtering out any results due to differences in how fuzzy filtering is applied."