We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf72f5 commit 5abf7e5Copy full SHA for 5abf7e5
1 file changed
config.json
@@ -18,6 +18,20 @@
18
"test_runner": {
19
"average_run_time": 9
20
},
21
+ "files": {
22
+ "solution": [
23
+ "zcl_%{snake_slug}.clas.abap"
24
+ ],
25
+ "test": [
26
+ "zcl_%{snake_slug}.clas.testclasses.abap"
27
28
+ "example": [
29
+ ".meta/zcl_%{snake_slug}.clas.abap"
30
31
+ "exemplar": [
32
33
+ ]
34
+ },
35
"exercises": {
36
"concept": [
37
{
0 commit comments