|
1 | | -{ |
2 | | - "configurations": [ |
3 | | - { |
4 | | - "args": [ |
5 | | - ], |
6 | | - "cwd": "${workspaceFolder}/test/Integration.Net6", |
7 | | - "env": { |
8 | | - "ASPNETCORE_ENVIRONMENT": "Development" |
9 | | - }, |
10 | | - "name": "Launch .NET 6 Integration Site", |
11 | | - "preLaunchTask": "build", |
12 | | - "program": "${workspaceFolder}/test/Integration.Net6/bin/Debug/net6.0/Integration.Net6.dll", |
13 | | - "request": "launch", |
14 | | - "serverReadyAction": { |
15 | | - "action": "openExternally", |
16 | | - "pattern": "\\bNow listening on:\\s+(https?://\\S+)", |
17 | | - "uriFormat": "%s/date" |
18 | | - }, |
19 | | - "stopAtEntry": false, |
20 | | - "type": "coreclr" |
21 | | - }, |
22 | | - { |
23 | | - "args": [ |
24 | | - ], |
25 | | - "cwd": "${workspaceFolder}/test/Integration.Net7", |
26 | | - "env": { |
27 | | - "ASPNETCORE_ENVIRONMENT": "Development" |
28 | | - }, |
29 | | - "name": "Launch .NET 7 Integration Site", |
30 | | - "preLaunchTask": "build", |
31 | | - "program": "${workspaceFolder}/test/Integration.Net7/bin/Debug/net7.0/Integration.Net7.dll", |
32 | | - "request": "launch", |
33 | | - "serverReadyAction": { |
34 | | - "action": "openExternally", |
35 | | - "pattern": "\\bNow listening on:\\s+(https?://\\S+)", |
36 | | - "uriFormat": "%s/date" |
37 | | - }, |
38 | | - "stopAtEntry": false, |
39 | | - "type": "coreclr" |
40 | | - }, |
41 | | - { |
42 | | - "args": [ |
43 | | - ], |
44 | | - "cwd": "${workspaceFolder}/test/Integration.Net8", |
45 | | - "env": { |
46 | | - "ASPNETCORE_ENVIRONMENT": "Development" |
47 | | - }, |
48 | | - "name": "Launch .NET 8 Integration Site", |
49 | | - "preLaunchTask": "build", |
50 | | - "program": "${workspaceFolder}/test/Integration.Net8/bin/Debug/net8.0/Integration.Net8.dll", |
51 | | - "request": "launch", |
52 | | - "serverReadyAction": { |
53 | | - "action": "openExternally", |
54 | | - "pattern": "\\bNow listening on:\\s+(https?://\\S+)", |
55 | | - "uriFormat": "%s/date" |
56 | | - }, |
57 | | - "stopAtEntry": false, |
58 | | - "type": "coreclr" |
59 | | - } |
60 | | - ], |
61 | | - "version": "0.2.0" |
62 | | -} |
| 1 | +{ |
| 2 | + "configurations": [ |
| 3 | + { |
| 4 | + "args": [ |
| 5 | + ], |
| 6 | + "cwd": "${workspaceFolder}/test/Integration.Net6", |
| 7 | + "env": { |
| 8 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 9 | + }, |
| 10 | + "name": "Launch .NET 6 Integration Site", |
| 11 | + "preLaunchTask": "build", |
| 12 | + "program": "${workspaceFolder}/test/Integration.Net6/bin/Debug/net6.0/Integration.Net6.dll", |
| 13 | + "request": "launch", |
| 14 | + "serverReadyAction": { |
| 15 | + "action": "openExternally", |
| 16 | + "pattern": "\\bNow listening on:\\s+(https?://\\S+)", |
| 17 | + "uriFormat": "%s/date" |
| 18 | + }, |
| 19 | + "stopAtEntry": false, |
| 20 | + "type": "coreclr" |
| 21 | + }, |
| 22 | + { |
| 23 | + "args": [ |
| 24 | + ], |
| 25 | + "cwd": "${workspaceFolder}/test/Integration.Net7", |
| 26 | + "env": { |
| 27 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 28 | + }, |
| 29 | + "name": "Launch .NET 7 Integration Site", |
| 30 | + "preLaunchTask": "build", |
| 31 | + "program": "${workspaceFolder}/test/Integration.Net7/bin/Debug/net7.0/Integration.Net7.dll", |
| 32 | + "request": "launch", |
| 33 | + "serverReadyAction": { |
| 34 | + "action": "openExternally", |
| 35 | + "pattern": "\\bNow listening on:\\s+(https?://\\S+)", |
| 36 | + "uriFormat": "%s/date" |
| 37 | + }, |
| 38 | + "stopAtEntry": false, |
| 39 | + "type": "coreclr" |
| 40 | + }, |
| 41 | + { |
| 42 | + "args": [ |
| 43 | + ], |
| 44 | + "cwd": "${workspaceFolder}/test/Integration.Net8", |
| 45 | + "env": { |
| 46 | + "ASPNETCORE_ENVIRONMENT": "Development" |
| 47 | + }, |
| 48 | + "name": "Launch .NET 8 Integration Site", |
| 49 | + "preLaunchTask": "build", |
| 50 | + "program": "${workspaceFolder}/test/Integration.Net8/bin/Debug/net8.0/Integration.Net8.dll", |
| 51 | + "request": "launch", |
| 52 | + "serverReadyAction": { |
| 53 | + "action": "openExternally", |
| 54 | + "pattern": "\\bNow listening on:\\s+(https?://\\S+)", |
| 55 | + "uriFormat": "%s/date" |
| 56 | + }, |
| 57 | + "stopAtEntry": false, |
| 58 | + "type": "coreclr" |
| 59 | + } |
| 60 | + ], |
| 61 | + "version": "0.2.0" |
| 62 | +} |
0 commit comments