blob: 7fac02581fba4a357a2ddc38d2c459c6399db0d1 [file] [log] [blame]
Leopold Schabelede8a802020-12-11 14:53:50 +01001directories:
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
7derive_targets_from_directories: false
8
9targets:
10 # If source code isn't resolving, add additional targets that compile it here
11 //...
12
13additional_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
24import_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
31 intellij/run/Run_all_tests.xml
32
33 intellij/run/Run_single_node_cluster.xml
34 intellij/run/Run_single_node_cluster_in_dbg_mode.xml