{
	// 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": "C#: ZymonicApp.Desktop Debug",
			"type": "dotnet",
			"request": "launch",
			"projectPath": "${workspaceFolder}/ZymonicApp.Desktop/ZymonicApp.Desktop.csproj",
			"requireExactSource": false
		},
		{
			"name": "Debug - Android - Simulator",
			"type": "mono",
			"preLaunchTask": "run-debug-android",
			"request": "attach",
      			"address": "localhost",
      			"port": 55555
		},
		{
			"name": "Attach - Android - Simulator",
			"type": "mono",
			"request": "attach",
			"address": "127.0.0.1",
			"port": 55555
		},
		        {
            "name": "Attach to Mono",
            "request": "attach",
            "type": "mono",
            "address": "localhost",
            "port": 55555
        }
	]
}
