diff --git a/src/providers/Execution.ts b/src/providers/Execution.ts index a403f4f..389f6fe 100644 --- a/src/providers/Execution.ts +++ b/src/providers/Execution.ts @@ -97,7 +97,8 @@ export class XQueryExecutionProvider { args = args.map((value: string) => { return value .replace('$(script)', editor.document.uri.fsPath) - .replace('$(input)', inputFile.fsPath); + .replace('$(input)', inputFile.fsPath) + .replace('$(project)', vsc.workspace.rootPath); }); try {