11{
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" : " C#: Launch Startup Project" ,
9- "type" : " dotnet" ,
10- "request" : " launch"
11- }
12- ]
13- }
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" : " Launch SimpleStart" ,
9+ "type" : " dotnet" ,
10+ "request" : " launch" ,
11+ "preLaunchTask" : " build" ,
12+ "program" : " ${workspaceFolder}/Aquiis.SimpleStart/bin/Debug/net9.0/Aquiis.SimpleStart.dll" ,
13+ "args" : [],
14+ "cwd" : " ${workspaceFolder}/Aquiis.SimpleStart" ,
15+ "stopAtEntry" : false ,
16+ "serverReadyAction" : {
17+ "action" : " openExternally" ,
18+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
19+ },
20+ "env" : {
21+ "ASPNETCORE_ENVIRONMENT" : " Development"
22+ }
23+ },
24+ {
25+ "name" : " Launch Professional" ,
26+ "type" : " dotnet" ,
27+ "request" : " launch" ,
28+ "preLaunchTask" : " build" ,
29+ "program" : " ${workspaceFolder}/Aquiis.Professional/bin/Debug/net9.0/Aquiis.Professional.dll" ,
30+ "args" : [],
31+ "cwd" : " ${workspaceFolder}/Aquiis.Professional" ,
32+ "stopAtEntry" : false ,
33+ "serverReadyAction" : {
34+ "action" : " openExternally" ,
35+ "pattern" : " \\ bNow listening on:\\ s+(https?://\\ S+)"
36+ },
37+ "env" : {
38+ "ASPNETCORE_ENVIRONMENT" : " Development"
39+ }
40+ }
41+ ]
42+ }
0 commit comments