Skip to content

Commit af4bec0

Browse files
author
CIS Guru
committed
See REVISIONS.md for details
1 parent cafd02c commit af4bec0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "C#: Launch Startup Project",
9+
"type": "dotnet",
10+
"request": "launch"
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)