Index: packages/package_config/.atom/launches/discovery_test.yaml |
diff --git a/packages/package_config/.atom/launches/discovery_test.yaml b/packages/package_config/.atom/launches/discovery_test.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b908dde980b2d2b7018db9d869b1d46a5baf65b3 |
--- /dev/null |
+++ b/packages/package_config/.atom/launches/discovery_test.yaml |
@@ -0,0 +1,13 @@ |
+# Cli launch configuration for test/discovery_test.dart. |
+type: cli |
+path: test/discovery_test.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 |