Skip to content

Commit

Permalink
Implemented relative path into the command client working directory p…
Browse files Browse the repository at this point in the history
…arameter
  • Loading branch information
MHO authored and d8vjork committed Dec 26, 2023
1 parent 05cebb7 commit 54fc160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PintEditService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() });

Expand All @@ -224,4 +224,4 @@ export default class PintEditService implements Disposable {

return [];
};
}
}

0 comments on commit 54fc160

Please sign in to comment.