guillermooo / dart-sublime-bundle

Sublime Text 3 Dart Package
BSD 3-Clause "New" or "Revised" License
264 stars 42 forks source link

Provide link to config/setup after first install #519

Closed sethladd closed 9 years ago

sethladd commented 9 years ago

I'm reinstalling everything after a machine reformat. I just installed package control, and then I installed the Dart plugin.

I was presented with this:

Package Control Messages
========================

Dart:
----

  //////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////
         ____             _
        |  _ \  __ _ _ __| |_
        | | | |/ _` | '__| __|
        | |_| | (_| | |  | |_
        |____/ \__,_|_|   \__|

  //////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////
  //////////////////////////////////////////////////////////////////////////////////////////////////

  Thank you for installing the Dart package for Sublime Text!

  Please report any bugs or request features here:

  * https://github.com/dart-lang/dart-sublime-bundle/issues

  Happy coding! :-)

  The Dart Team

Which is friendly but it's missing the "now what" instructions. Specifically, we need to set the path to the Dart SDK.

Should we display the "Getting Started" instructions on this message?

guillermooo commented 9 years ago

SGTM