launch editor with #uploader tag to notify client that uploader is available

This commit is contained in:
Peli de Halleux 2016-08-18 07:02:19 -07:00
parent aeb4cb6a17
commit bb8338a0f0

View File

@ -32,7 +32,7 @@ namespace Microsoft.MicroBit
private void openEditor() private void openEditor()
{ {
// lanch editor // lanch editor
try { Process.Start("https://codethemicrobit.com"); } catch (Exception) { } try { Process.Start("https://codethemicrobit.com#uploader"); } catch (Exception) { }
} }
private void initializeFileWatch() private void initializeFileWatch()