Skip to content

Conversation

@devoncarew
Copy link
Contributor

  • move module globals to fields
  • tweak no sdk installed error message
  • prefer double quotes

constructor(analyzer: Analyzer) {
statusBarItem = window.createStatusBarItem();
statusBarItem.text = 'Analyzing…';
super(() => this.statusBarItem.dispose());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh; I put this further down thinking the reference wouldn't exist till I'd created it but of course it's not called untill later so that make no sense!

@DanTup
Copy link
Member

DanTup commented Aug 8, 2016

I think it's worth tweaking the message to not suggest the path needs configuring (if we spent effort making it less work for the user, no point telling them to do the extra work) but otherwise this all looks great 👍

@DanTup DanTup modified the milestones: v0.7, v0.6.2, 0.7 Aug 8, 2016
@devoncarew
Copy link
Contributor Author

updated :) ptal

@DanTup DanTup merged commit 835c477 into Dart-Code:master Aug 9, 2016
@DanTup
Copy link
Member

DanTup commented Aug 9, 2016

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants