Skip to content

Commit

Permalink
feat: Include the path from where the Target is stored (#27)
Browse files Browse the repository at this point in the history
Including the path for the Makefile on the tasks list
  • Loading branch information
carlos-algms authored Jun 16, 2022
1 parent 36cad42 commit fccb2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/createMakefileTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function createMakefileTask(
);

task.group = getTaskGroupGuess(targetName);
// task.detail = `make ${targetName}`;
task.detail = `./${makeFileRelativePath}`;

return task;
}

0 comments on commit fccb2f7

Please sign in to comment.