1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "compounds" : [
4
+ {
5
+ "name" : " IdentityServer + API" ,
6
+ "configurations" : [" IdentityServer" , " Api" ],
7
+ "presentation" : {
8
+ "hidden" : false ,
9
+ "group" : " 10-compunds" ,
10
+ // "order": 10
11
+ }
12
+ },
13
+ {
14
+ "name" : " IdentityServer + API.DPoP" ,
15
+ "configurations" : [" IdentityServer" , " Api with DPoP" ],
16
+ "presentation" : {
17
+ "hidden" : false ,
18
+ "group" : " 10-compunds" ,
19
+ // "order": 10
20
+ }
21
+ },
22
+ ],
23
+ "configurations" : [
24
+ {
25
+ "name" : " IdentityServer" ,
26
+ "type" : " coreclr" ,
27
+ "request" : " launch" ,
28
+ "preLaunchTask" : " build-identityserver" ,
29
+ "program" : " ${workspaceFolder}/samples/IdentityServer/bin/Debug/net8.0/IdentityServer.dll" ,
30
+ "args" : [],
31
+ "cwd" : " ${workspaceFolder}/samples/IdentityServer" ,
32
+ "env" : {
33
+ "ASPNETCORE_ENVIRONMENT" : " Development"
34
+ },
35
+ "console" : " externalTerminal" ,
36
+ "presentation" : {
37
+ "group" : " Infrastructure" ,
38
+ "hidden" : false ,
39
+ "order" : 10
40
+ }
41
+ },
42
+ {
43
+ "name" : " Api" ,
44
+ "type" : " coreclr" ,
45
+ "request" : " launch" ,
46
+ "preLaunchTask" : " build-api" ,
47
+ "program" : " ${workspaceFolder}/samples/Api/bin/Debug/net8.0/Api.dll" ,
48
+ "args" : [],
49
+ "cwd" : " ${workspaceFolder}/samples/Api" ,
50
+ "env" : {
51
+ "ASPNETCORE_ENVIRONMENT" : " Development"
52
+ },
53
+ "console" : " externalTerminal" ,
54
+ "presentation" : {
55
+ "group" : " Infrastructure" ,
56
+ "hidden" : false ,
57
+ "order" : 20
58
+ }
59
+ },
60
+ {
61
+ "name" : " Api with DPoP" ,
62
+ "type" : " coreclr" ,
63
+ "request" : " launch" ,
64
+ "preLaunchTask" : " build-api.dpop" ,
65
+ "program" : " ${workspaceFolder}/samples/Api.DPoP/bin/Debug/net8.0/Api.DPoP.dll" ,
66
+ "args" : [],
67
+ "cwd" : " ${workspaceFolder}/samples/Api.DPoP" ,
68
+ "env" : {
69
+ "ASPNETCORE_ENVIRONMENT" : " Development"
70
+ },
71
+ "console" : " externalTerminal" ,
72
+ "presentation" : {
73
+ "group" : " Infrastructure" ,
74
+ "hidden" : false ,
75
+ "order" : 30
76
+ }
77
+ },
78
+ {
79
+ "name" : " Isolated Api" ,
80
+ "type" : " coreclr" ,
81
+ "request" : " launch" ,
82
+ "preLaunchTask" : " build-api.isolated" ,
83
+ "program" : " ${workspaceFolder}/samples/Api.Isolated/bin/Debug/net8.0/Api.Isolated.dll" ,
84
+ "args" : [],
85
+ "cwd" : " ${workspaceFolder}/samples/Api.Isolated" ,
86
+ "env" : {
87
+ "ASPNETCORE_ENVIRONMENT" : " Development"
88
+ },
89
+ "console" : " externalTerminal" ,
90
+ "presentation" : {
91
+ "group" : " Infrastructure" ,
92
+ "hidden" : false ,
93
+ "order" : 40
94
+ }
95
+ },
96
+ {
97
+ "name" : " JS6" ,
98
+ "type" : " coreclr" ,
99
+ "request" : " launch" ,
100
+ "preLaunchTask" : " build-js6" ,
101
+ "program" : " ${workspaceFolder}/samples/JS6/bin/Debug/net6.0/JS6.dll" ,
102
+ "args" : [],
103
+ "cwd" : " ${workspaceFolder}/samples/JS6" ,
104
+ "env" : {
105
+ "ASPNETCORE_ENVIRONMENT" : " Development"
106
+ },
107
+ "serverReadyAction" : {
108
+ "action" : " openExternally" ,
109
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
110
+ },
111
+ "console" : " integratedTerminal" ,
112
+ "presentation" : {
113
+ "hidden" : false ,
114
+ "order" : 10
115
+ }
116
+ },
117
+ {
118
+ "name" : " JS6 EF" ,
119
+ "type" : " coreclr" ,
120
+ "request" : " launch" ,
121
+ "preLaunchTask" : " build-js6ef" ,
122
+ "program" : " ${workspaceFolder}/samples/JS6.EF/bin/Debug/net6.0/JS6.EF.dll" ,
123
+ "args" : [],
124
+ "cwd" : " ${workspaceFolder}/samples/JS6.EF" ,
125
+ "env" : {
126
+ "ASPNETCORE_ENVIRONMENT" : " Development"
127
+ },
128
+ "serverReadyAction" : {
129
+ "action" : " openExternally" ,
130
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
131
+ },
132
+ "console" : " integratedTerminal" ,
133
+ "presentation" : {
134
+ "hidden" : false ,
135
+ "order" : 10
136
+ }
137
+ },
138
+ {
139
+ "name" : " JS Yarp" ,
140
+ "type" : " coreclr" ,
141
+ "request" : " launch" ,
142
+ "preLaunchTask" : " build-jsyarp" ,
143
+ "program" : " ${workspaceFolder}/samples/JS.Yarp/bin/Debug/net6.0/JS.Yarp.dll" ,
144
+ "args" : [],
145
+ "cwd" : " ${workspaceFolder}/samples/JS.Yarp" ,
146
+ "env" : {
147
+ "ASPNETCORE_ENVIRONMENT" : " Development"
148
+ },
149
+ "serverReadyAction" : {
150
+ "action" : " openExternally" ,
151
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
152
+ },
153
+ "console" : " externalTerminal" ,
154
+ "presentation" : {
155
+ "hidden" : false ,
156
+ "order" : 10
157
+ }
158
+ },
159
+ {
160
+ "name" : " JS6 DPoP" ,
161
+ "type" : " coreclr" ,
162
+ "request" : " launch" ,
163
+ "preLaunchTask" : " build-js6dpop" ,
164
+ "program" : " ${workspaceFolder}/samples/JS6.DPoP/bin/Debug/net6.0/JS6.DPoP.dll" ,
165
+ "args" : [],
166
+ "cwd" : " ${workspaceFolder}/samples/JS6.DPoP" ,
167
+ "env" : {
168
+ "ASPNETCORE_ENVIRONMENT" : " Development"
169
+ },
170
+ "serverReadyAction" : {
171
+ "action" : " openExternally" ,
172
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
173
+ },
174
+ "console" : " integratedTerminal" ,
175
+ "presentation" : {
176
+ "hidden" : false ,
177
+ "order" : 10
178
+ }
179
+ },
180
+ {
181
+ "name" : " JS8" ,
182
+ "type" : " coreclr" ,
183
+ "request" : " launch" ,
184
+ "preLaunchTask" : " build-js8" ,
185
+ "program" : " ${workspaceFolder}/samples/JS8/bin/Debug/net8.0/JS8.dll" ,
186
+ "args" : [],
187
+ "cwd" : " ${workspaceFolder}/samples/JS8" ,
188
+ "env" : {
189
+ "ASPNETCORE_ENVIRONMENT" : " Development"
190
+ },
191
+ "serverReadyAction" : {
192
+ "action" : " openExternally" ,
193
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
194
+ },
195
+ "console" : " integratedTerminal" ,
196
+ "presentation" : {
197
+ "hidden" : false ,
198
+ "order" : 10
199
+ }
200
+ },
201
+ {
202
+ "name" : " JS8 DPoP" ,
203
+ "type" : " coreclr" ,
204
+ "request" : " launch" ,
205
+ "preLaunchTask" : " build-js8dpop" ,
206
+ "program" : " ${workspaceFolder}/samples/JS8.DPoP/bin/Debug/net8.0/JS8.DPoP.dll" ,
207
+ "args" : [],
208
+ "cwd" : " ${workspaceFolder}/samples/JS8.DPoP" ,
209
+ "env" : {
210
+ "ASPNETCORE_ENVIRONMENT" : " Development"
211
+ },
212
+ "serverReadyAction" : {
213
+ "action" : " openExternally" ,
214
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
215
+ },
216
+ "console" : " integratedTerminal" ,
217
+ "presentation" : {
218
+ "hidden" : false ,
219
+ "order" : 10
220
+ }
221
+ },
222
+ {
223
+ "name" : " JS8 EF" ,
224
+ "type" : " coreclr" ,
225
+ "request" : " launch" ,
226
+ "preLaunchTask" : " build-js8ef" ,
227
+ "program" : " ${workspaceFolder}/samples/JS8.EF/bin/Debug/net8.0/JS8.EF.dll" ,
228
+ "args" : [],
229
+ "cwd" : " ${workspaceFolder}/samples/JS8.EF" ,
230
+ "env" : {
231
+ "ASPNETCORE_ENVIRONMENT" : " Development"
232
+ },
233
+ "serverReadyAction" : {
234
+ "action" : " openExternally" ,
235
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
236
+ },
237
+ "console" : " integratedTerminal" ,
238
+ "presentation" : {
239
+ "hidden" : false ,
240
+ "order" : 10
241
+ }
242
+ },
243
+ ]
244
+ }
0 commit comments