diff --git a/src/PintEditService.ts b/src/PintEditService.ts index 5432401..8da56b6 100644 --- a/src/PintEditService.ts +++ b/src/PintEditService.ts @@ -200,7 +200,7 @@ export default class PintEditService implements Disposable { return false; } - command.run(); + command.run(workspaceFolder?.uri.fsPath); this.loggingService.logDebug(RUNNING_PINT_ON_PATH, { command: command.toString() }); @@ -224,4 +224,4 @@ export default class PintEditService implements Disposable { return []; }; -} \ No newline at end of file +}