guillermooo/dart-sublime-bundle

Cannot use ~ in path settings

Closed this issue · 1 comments

The Dart sublime bundle was failing (without any explanation!) until I switched:

"dart_sdk_path": "~/dart/dart-sdk",

to

"dart_sdk_path": "/usr/local/google/home/johnmccutchan/dart/dart-sdk",

Thanks for the report! Seems reasonable to fix, assuming the sublime plugin allows for the fix.