Skip to content

Commit 11946c1

Browse files
committed
Merge pull request #83 from rkeithhill/rkeithhill/update-examples-launchjson
Updated Examples launch.json to use ${file}
2 parents 1562dc0 + e8c07c8 commit 11946c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "PowerShell",
66
"type": "PowerShell",
77
"request": "launch",
8-
"program": "${workspaceRoot}/DebugTest.ps1"
8+
"program": "${file}"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)