vscode and mono now the supported dev environment

This commit is contained in:
watsonb8
2019-05-22 19:47:27 -04:00
parent 5427d08dd7
commit 2dbe9cead9
7 changed files with 63 additions and 6 deletions

11
.vscode/launch.json vendored
View File

@@ -5,11 +5,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "xamarin",
"request": "launch",
"package": "com.your.app.package",
"intent": ""
"preLaunchTask": "build-and-start-debug-server",
"name": "Debug",
"type": "mono",
"request": "attach",
"address": "localhost",
"port": 55555
}
]
}