Update configure-vscode-debug-linux.md

fix JSON formatting
This commit is contained in:
MasterMann 2022-06-03 21:43:16 +03:00 коммит произвёл GitHub
Родитель 4dda930221
Коммит 60fa7a6e7d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -17,15 +17,15 @@ For debugging Avalonia-based Android projects on Linux (using Visual Studio Code
"type": "mono",
"preLaunchTask": "run-debug-android",
"request": "attach",
"address": "localhost",
"port": 10000
"address": "localhost",
"port": 10000
},
{
"name": "Attach - Android",
"type": "mono",
"request": "attach",
"address": "localhost",
"port": 10000
"request": "attach",
"address": "localhost",
"port": 10000
}
]
}