File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 0.2.0" ,
3
3
"configurations" : [
4
+ {
5
+ "name" : " Aspire" ,
6
+ "type" : " coreclr" ,
7
+ "request" : " launch" ,
8
+ "preLaunchTask" : " build" ,
9
+ "program" : " ${workspaceFolder}/src/Exceptionless.AppHost/bin/Debug/net9.0/Exceptionless.AppHost.dll" ,
10
+ "args" : [],
11
+ "cwd" : " ${workspaceFolder}/src/Exceptionless.AppHost" ,
12
+ "stopAtEntry" : false ,
13
+ "serverReadyAction" : {
14
+ "action" : " openExternally" ,
15
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
16
+ },
17
+ "env" : {
18
+ "AppMode" : " Development"
19
+ }
20
+ },
4
21
{
5
22
"name" : " Web" ,
6
23
"type" : " coreclr" ,
7
24
"request" : " launch" ,
8
25
"preLaunchTask" : " build" ,
9
- // If you have changed target frameworks, make sure to update the program path.
10
26
"program" : " ${workspaceFolder}/src/Exceptionless.Web/bin/Debug/net9.0/Exceptionless.Web.dll" ,
11
27
"args" : [],
12
28
"cwd" : " ${workspaceFolder}/src/Exceptionless.Web" ,
24
40
"type" : " coreclr" ,
25
41
"request" : " launch" ,
26
42
"preLaunchTask" : " build" ,
27
- // If you have changed target frameworks, make sure to update the program path.
28
43
"program" : " ${workspaceFolder}/src/Exceptionless.Job/bin/Debug/net9.0/Exceptionless.Job.dll" ,
29
44
"args" : [],
30
45
"cwd" : " ${workspaceFolder}" ,
You can’t perform that action at this time.
0 commit comments