This commit is contained in:
Shane Neuville 2023-06-07 15:20:07 -05:00 коммит произвёл GitHub
Родитель eec3ef5598
Коммит 35eb0e59e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 22 удалений

22
.vscode/launch.json поставляемый
Просмотреть файл

@ -1,22 +0,0 @@
{
// 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": "Debug with Comet",
"type": "comet",
"request": "launch",
"preLaunchTask": "comet: Build"
},
{
"name": "Debug with Xamarin",
"type": "mono",
"request": "attach",
"address": "localhost",
"port": 10000,
"preLaunchTask": "Run Sample"
},
]
}

3
.vscode/settings.json поставляемый Normal file
Просмотреть файл

@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "Microsoft.Maui-dev.sln"
}