2016-03-19 7 views

Antwort

4

Startkonfigurationen .atom/launches in Ordnern gespeichert.

Eg. Konsole (cli) Konfiguration:

type: cli 
path: test\test.dart 

cli: 
    args: 
    cwd: 
    checked: true 
    debug: true 

Start des Web-Skripte (type: web) ist noch nicht implementiert.

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

Verwandte Themen