Skip to content

Commit 5d033c5

Browse files
committed
Merge pull request #51 from isidorn/patch-2
package.json: use ${workspaceRoot}
2 parents f4b3eee + 8cede3a commit 5d033c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"name": "PowerShell",
101101
"type": "PowerShell",
102102
"request": "launch",
103-
"program": "SET_SCRIPT_FILE_PATH_HERE.ps1"
103+
"program": "${workspaceRoot}/SET_SCRIPT_FILE_PATH_HERE.ps1"
104104
}
105105
]
106106
}

0 commit comments

Comments
 (0)