You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various minor improvements including:
* Not starting the active document monitoring until initial build completes
* Retrying opening of the startup file if ExecuteCommand fails (IDE might be busy doing something else on the UI thread)
* Not trying to open startup file if we can't determine which one
* Some troubleshooting aids by capturing thrown exceptions for Debug.Fail diagnostics
Fixes#18
Various minor improvements including:
* Not starting the active document monitoring until initial build completes
* Retrying opening of the startup file if ExecuteCommand fails (IDE might be busy doing something else on the UI thread)
* Not trying to open startup file if we can't determine which one
* Some troubleshooting aids by capturing thrown exceptions for Debug.Fail diagnostics
Fixes#18
Various minor improvements including:
* Not starting the active document monitoring until initial build completes
* Retrying opening of the startup file if ExecuteCommand fails (IDE might be busy doing something else on the UI thread)
* Not trying to open startup file if we can't determine which one
* Some troubleshooting aids by capturing thrown exceptions for Debug.Fail diagnostics
Fixes#18
This manifests in a "program is busy" indicator and a Debug.Fail (in debug builds), when we invoke
File.OpenFile
via the DTE.Add some resiliency there, with some timeout and retries so that we can give VS time to respond to user actions before we run our command.
The text was updated successfully, but these errors were encountered: