Skip to content

Commit 41a7d46

Browse files
Roth, Jason (IHG)Roth, Jason (IHG)
Roth, Jason (IHG)
authored and
Roth, Jason (IHG)
committed
ignore
1 parent 20474bd commit 41a7d46

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode/

.vscode/launch.json

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"version": "0.1.0",
3-
"configurations": [
4-
{
5-
"name": "PowerShell",
6-
"type": "PowerShell",
7-
"program": "Test.ps1"
8-
}
9-
]
10-
}
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "PowerShell",
6+
"type": "PowerShell",
7+
"request": "launch",
8+
"program": "${file}",
9+
"args": [],
10+
"cwd": "${file}"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)