We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66697bf commit 031b0c5Copy full SHA for 031b0c5
source/VisualStudio.Extension/ToolWindow.DeviceExplorer/DeviceExplorerCommand.cs
@@ -446,9 +446,6 @@ await ThreadHelper.JoinableTaskFactory.RunAsync(async () =>
446
// reset the hash for the connected device so the deployment information can be refreshed, if and when requested
447
ViewModelLocator.DeviceExplorer.LastDeviceConnectedHash = 0;
448
449
- // reboot device
450
- NanoDeviceCommService.Device.DebugEngine.RebootDevice(Debugger.RebootOptions.ClrOnly | Debugger.RebootOptions.NoShutdown);
451
-
452
// yield to give the UI thread a chance to respond to user input
453
await Task.Yield();
454
}
0 commit comments