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.
2 parents 36e4ff1 + 83186f3 commit 7ce52dbCopy full SHA for 7ce52db
ide.json
@@ -13,6 +13,7 @@
13
"template": {
14
"type": "stub",
15
"path": "/stubs/feed.stub",
16
+ "fallbackPath": "stubs/feed.stub",
17
"parameters": {
18
"DummyNamespace": "${INPUT_FQN|namespace}",
19
"DummyClass": "${INPUT_CLASS|replace: ,_|className|upperCamelCase}",
@@ -35,6 +36,7 @@
35
36
37
38
"path": "/stubs/feed_item.stub",
39
+ "fallbackPath": "stubs/feed_item.stub",
40
41
42
0 commit comments