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 |