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 184226d commit e8425f7Copy full SHA for e8425f7
1 file changed
src/Query/Query.ts
@@ -456,9 +456,7 @@ ${statement.explainStatement(' ')}
456
this.setError(`Cannot find include "${includeName}" in the Tasks settings`, _statement);
457
return;
458
}
459
- // const newStatement = new Statement(_line, _line);
460
- // newStatement.recordExpandedPlaceholders(includeValue);
461
- // this.statements.push(newStatement);
+
462
includeValue.split('\n').forEach((instruction) => {
463
const statement = new Statement(_statement.rawInstruction, _statement.anyContinuationLinesRemoved);
464
statement.recordExpandedPlaceholders(instruction);
0 commit comments