How to configure Atom to run Dart in Dartium? How to configure Atom to run Dart in Dartium? dart dart

How to configure Atom to run Dart in Dartium?


Launch configurations stored in folder .atom/launches.

Eg. console (cli) configuration:

type: clipath: test\test.dartcli:  args:  cwd:  checked: true  debug: true

Launch of the web scripts (type: web) is not implemented yet.

dartlang/lib/launch/launch_web.dart
lib/plugin.dart