After configuring live preview as shown in #33 with the settings below, the preview server runs at http://127.0.0.1:23635 but has to be opened manually each time. Please add an option to automatically open the preview URL in the default browser when the server starts.
{
"lsp":{
"tinymist":{
"initialization_options":{
"preview":{
"background":{
"enabled":true
}
}
}
}
}
}