Fallback fonts in VSCode

I ran my dotfiles update today and found that my VSCode font looked weird, I’m using Nerdfont-patched Fantasque Sans Mono but it’s name changed from FantasqueSansMono Nerd Font Mono to FantasqueSansM Nerd Font Mono so after updating the font is missing from VSCode. Actually, you can use css-like trick in this field by adding fallback fonts 1

'FantasqueSansMono Nerd Font Mono', 'FantasqueSansM Nerd Font Mono'

Now I can have either one of the fonts I prefer. It will look like this in json setting