Skip to content
guillermooo edited this page Oct 7, 2014 · 8 revisions

These are settings commonly edited by users.

To see all available settings, check the [default settings file](https://github.com/dart-lang/dart-sublime-bundle/blob/master/Support/Dart - Plugin Settings.sublime-settings).

dart_sdk_path

Path to the Dart SDK top directory (not the bin directory within).

dart_dartium_path

Path to the directory containing Dartium. In OSX, it's the full path to the Chromium.app folder.

"dart_dartium_path": "C:\\Dart\chromium" // Windows

dart_user_browsers

Maps arbitrary names to full paths to executables. The reserved default name points to the default user browser and its value must be a key in the dictionary.

"dart_user_browsers": {
    "internet explorer": "C:\\Program Files\\Internet Explorer\\iexplore.exe",
    "chrome": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
    "default": "chrome"

dart_enable_telemetry

Determines whether anonymous usage data is sent to remote servers. Defaults to true.

Clone this wiki locally