Cannot use ~ in path settings
Closed this issue · 1 comments
johnmccutchan commented
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",
sethladd commented
Thanks for the report! Seems reasonable to fix, assuming the sublime plugin allows for the fix.