Skip to content

Commit fccb2f7

Browse files
authored
feat: Include the path from where the Target is stored (#27)
Including the path for the Makefile on the tasks list
1 parent 36cad42 commit fccb2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/createMakefileTask.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function createMakefileTask(
6363
);
6464

6565
task.group = getTaskGroupGuess(targetName);
66-
// task.detail = `make ${targetName}`;
66+
task.detail = `./${makeFileRelativePath}`;
6767

6868
return task;
6969
}

0 commit comments

Comments
 (0)