Thank for a very nice font!
I noticed in glob pattern ligatures for comments make it look funny:

src/**.* **/*.js src/**/*.js
Hope it's possible to fix.
Font size 13px in VSCode 1.41.1 on macOS 10.14.6.
@hudochenkov Yes it is. In v 1.0.3
Hm, there are still some issues here, for instance src/*.* looks weird. Maybe the /* ligature should only apply if it has whitespace on both sides?

@trygveaa Thanks for bringing that up. Will fix this in next update.
While /*.* looks fine now, it's still an issue if you have characters between, like this:

A similar issue exists with */ in regexes:

vs.

Or this:

Edit: One more:

Thanks for the examples. Update the ligatures in next version.
Most helpful comment
@hudochenkov Yes it is. In v 1.0.3