Skip to content

Commit 5fa5d3c

Browse files
committed
Add launch settings for debugging of local builds
Fixes #886
1 parent c6b15a6 commit 5fa5d3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"profiles": {
3+
"Bonsai": {
4+
"commandName": "Executable",
5+
"executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe",
6+
"commandLineArgs": "--lib:$(TargetDir)."
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)