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" : " ConsoleClientWithBrowser" ,
9
+ "type" : " coreclr" ,
10
+ "request" : " launch" ,
11
+ "preLaunchTask" : " build-ConsoleClientWithBrowser" ,
12
+ "program" : " ${workspaceFolder}/clients/ConsoleClientWithBrowser/bin/Debug/net8.0/ConsoleClientWithBrowser.dll" ,
13
+ "args" : [],
14
+ "cwd" : " ${workspaceFolder}/clients/ConsoleClientWithBrowser" ,
15
+ "serverReadyAction" : {
16
+ "action" : " openExternally" ,
17
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
18
+ },
19
+ "env" : {
20
+ "ASPNETCORE_ENVIRONMENT" : " Development"
21
+ },
22
+ "console" : " externalTerminal"
23
+ },
24
+ {
25
+ "name" : " ConsoleClientWithBrowserAndDPoP" ,
26
+ "type" : " coreclr" ,
27
+ "request" : " launch" ,
28
+ "preLaunchTask" : " build-ConsoleClientWithBrowserAndDPoP" ,
29
+ "program" : " ${workspaceFolder}/clients/ConsoleClientWithBrowserAndDPoP/bin/Debug/net8.0/ConsoleClientWithBrowserAndDPoP.dll" ,
30
+ "args" : [],
31
+ "cwd" : " ${workspaceFolder}/clients/ConsoleClientWithBrowserAndDPoP" ,
32
+ "serverReadyAction" : {
33
+ "action" : " openExternally" ,
34
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
35
+ },
36
+ "env" : {
37
+ "ASPNETCORE_ENVIRONMENT" : " Development"
38
+ },
39
+ "console" : " externalTerminal"
40
+ },
41
+ {
42
+ "name" : " ManualModeConsoleClient" ,
43
+ "type" : " coreclr" ,
44
+ "request" : " launch" ,
45
+ "preLaunchTask" : " build-ManualModeConsoleClient" ,
46
+ "program" : " ${workspaceFolder}/clients/ManualModeConsoleClient/bin/Debug/net8.0-windows/ManualModeConsoleClient.dll" ,
47
+ "args" : [],
48
+ "cwd" : " ${workspaceFolder}/clients/ManualModeConsoleClient" ,
49
+ "serverReadyAction" : {
50
+ "action" : " openExternally" ,
51
+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
52
+ },
53
+ "env" : {
54
+ "ASPNETCORE_ENVIRONMENT" : " Development"
55
+ },
56
+ "console" : " externalTerminal"
57
+ },
58
+ ]
59
+ }
0 commit comments