Leopold Schabel | ede8a80 | 2020-12-11 14:53:50 +0100 | [diff] [blame] | 1 | directories: |
| 2 | # Add the directories you want added as source here |
| 3 | # By default, we've added your entire workspace ('.') |
| 4 | . |
| 5 | |
| 6 | # Automatically includes all relevant targets under the 'directories' above |
| 7 | derive_targets_from_directories: false |
| 8 | |
| 9 | targets: |
| 10 | # If source code isn't resolving, add additional targets that compile it here |
| 11 | //... |
| 12 | |
| 13 | additional_languages: |
| 14 | # Uncomment any additional languages you want supported |
| 15 | # android |
| 16 | # dart |
| 17 | go |
| 18 | # javascript |
| 19 | # kotlin |
| 20 | # python |
| 21 | # scala |
| 22 | # typescript |
| 23 | |
| 24 | import_run_configurations: |
| 25 | intellij/run/Connect_to_dlv_on__2345.xml |
| 26 | |
| 27 | intellij/run/e2e_test.xml |
| 28 | intellij/run/e2e_test_in_dbg_mode.xml |
| 29 | intellij/run/e2e_test_in_dbg_mode_with_dlv.xml |
| 30 | |
Leopold Schabel | 023093c | 2020-12-15 18:48:19 +0100 | [diff] [blame^] | 31 | intellij/run/Run__fietsje.xml |
| 32 | intellij/run/Run__gazelle.xml |
| 33 | |
Leopold Schabel | ede8a80 | 2020-12-11 14:53:50 +0100 | [diff] [blame] | 34 | intellij/run/Run_all_tests.xml |
| 35 | |
| 36 | intellij/run/Run_single_node_cluster.xml |
| 37 | intellij/run/Run_single_node_cluster_in_dbg_mode.xml |