vscode and mono now the supported dev environment
This commit is contained in:
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user