Disable VSCode embedded browser
VSCode recently started opening my blog previews as an editor tab rather than in my normal browser. It turns out that this is a new Integrated Browser feature inside VSCode Insiders.
To disable it, add the following to settings.json:
json"workbench.browser.openLocalhostLinks": false
Or you can search for workbench.browser.openLocalhostLinks in the settings panel and uncheck the box.
Then restart VSCode, or reload the window with Command Palette → Developer: Reload Window.