The Monaco Editor font and ligature support can be set in the constructor but those settings aren't exposed via this plugin.
I tried overriding the font using CSS snippets but the editor needs to understand the font metrics internally to do the editing properly so it has to be passed in on construction of the editor.
Specifically I'm looking to use Cascadia Code or Fira Code fonts with Ligature support, as I'm used to using in Visual Studio Code.
The Monaco Editor font and ligature support can be set in the constructor but those settings aren't exposed via this plugin.
I tried overriding the font using CSS snippets but the editor needs to understand the font metrics internally to do the editing properly so it has to be passed in on construction of the editor.
Specifically I'm looking to use Cascadia Code or Fira Code fonts with Ligature support, as I'm used to using in Visual Studio Code.