Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: packages/package_config/.atom/launches/all.yaml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: packages/package_config/.atom/launches/all.yaml
diff --git a/packages/package_config/.atom/launches/all.yaml b/packages/package_config/.atom/launches/all.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..75b96c6eb4e11477018b366298e32e831b1babb5
--- /dev/null
+++ b/packages/package_config/.atom/launches/all.yaml
@@ -0,0 +1,13 @@
+# Cli launch configuration for test/all.dart.
+type: cli
+path: test/all.dart
+
+cli:
+ # Additional args for the application.
+ args:
+ # The working directory to use for the launch.
+ cwd:
+ # Enable or disable checked mode.
+ checked: true
+ # Enable or disable debugging.
+ debug: true
« no previous file with comments | « packages/package_config/.analysis_options ('k') | packages/package_config/.atom/launches/discovery_test.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698