You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add vscode-git-1.3.0.1.vsix into the plugins folder.
use Git: Checkout to command
try to filter by plus word
I understand that it's bad example, but it's good for testing goals.
I think all extensions with codicons will be affected and the better example if you have item with $(link) Open Link label and word for filtering is link.
The text was updated successfully, but these errors were encountered:
Description
We are getting
codicons
support within Monaco upgrade to 0.19.3: #7149codicon
s are rendered correctly for the most use cases.To face with the bug a few conditions should be met:
codicon
variable contains filtering wordSo you never face with the bug if you filter
branch
orcreate
and acodicon
is$(plus)
.I can see the same behavior for Monaco Playground:
![mon_playg](https://user-images.githubusercontent.com/5676062/77661381-3d6a5880-6f83-11ea-9248-e2f46e307788.gif)
Reproduction Steps
I can reproduce it using git VS Code extension:
@theia/git
herevscode-git-1.3.0.1.vsix
into theplugins
folder.Git: Checkout to
commandplus
wordI understand that it's bad example, but it's good for testing goals.
I think all extensions with
codicons
will be affected and the better example if you have item with$(link) Open Link
label and word for filtering islink
.The text was updated successfully, but these errors were encountered: