mkloubert / vs-media-player

Visual Studio Code extension to control media players like Spotify or VLC directly from the editor.
MIT License
29 stars 5 forks source link

Remove $(triangle-right) for cleaner search results #7

Open pzmarzly opened 6 years ago

pzmarzly commented 6 years ago

Currently every song has $(triangle-right) appended to name (normally folded into a special character, but searching unfolds it - see screenshot). Thankfully it doesn't change order of songs (as strings with multiple matches get prioritized over those with single one), but it clutters UI. Please consider using special Unicode character or removing it altogether.

Screenshot