Currently, if you have a swing open and then restart VS Code, the swing files (e.g. index.html) and WebView remain open, but the preview window isn’t properly hooked up. As a result, the user has to re-open the swing in order to start working on it again.
To make this experience smoother, we should detect the restart and then re-initialize the swing automatically.
Currently, if you have a swing open and then restart VS Code, the swing files (e.g. index.html) and WebView remain open, but the preview window isn’t properly hooked up. As a result, the user has to re-open the swing in order to start working on it again.
To make this experience smoother, we should detect the restart and then re-initialize the swing automatically.