36 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     // Use IntelliSense to learn about possible attributes.
 | |
|     // Hover to view descriptions of existing attributes.
 | |
|     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
 | |
|     "version": "0.2.0",
 | |
|     "configurations": [
 | |
|         {
 | |
|             "name": ".NET Core Launch (web)",
 | |
|             "type": "coreclr",
 | |
|             "request": "launch",
 | |
|             "preLaunchTask": "build",
 | |
|             // If you have changed target frameworks, make sure to update the program path.
 | |
|             "program": "${workspaceFolder}/SearchWebApi/bin/Debug/net6.0/SearchWebApi.dll",
 | |
|             "args": [],
 | |
|             "cwd": "${workspaceFolder}/SearchWebApi",
 | |
|             "stopAtEntry": false,
 | |
|             // Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
 | |
|             "serverReadyAction": {
 | |
|                 "action": "openExternally",
 | |
|                 "pattern": "\\bNow listening on:\\s+(https?://\\S+)"
 | |
|             },
 | |
|             "env": {
 | |
|                 "ASPNETCORE_ENVIRONMENT": "Development",
 | |
|                 "ASPNETCORE_URLS": "http://localhost:5000"
 | |
|             },
 | |
|             "sourceFileMap": {
 | |
|                 "/Views": "${workspaceFolder}/Views"
 | |
|             }
 | |
|         },
 | |
|         {
 | |
|             "name": ".NET Core Attach",
 | |
|             "type": "coreclr",
 | |
|             "request": "attach"
 | |
|         }
 | |
|     ]
 | |
| } |