2025-03-02 16:53:36 +00:00
|
|
|
{
|
|
|
|
|
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
|
|
|
|
|
// Pointez pour afficher la description des attributs existants.
|
|
|
|
|
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"configurations": [
|
2026-08-23 18:34:34 +01:00
|
|
|
{
|
|
|
|
|
"name": "Debug - Android",
|
|
|
|
|
"type": "mono",
|
|
|
|
|
"preLaunchTask": "run-debug-android",
|
|
|
|
|
"request": "attach",
|
|
|
|
|
"address": "localhost",
|
|
|
|
|
"port": 10000
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Attach - Android",
|
|
|
|
|
"type": "mono",
|
|
|
|
|
"request": "attach",
|
|
|
|
|
"address": "localhost",
|
|
|
|
|
"port": 10000
|
|
|
|
|
},
|
2026-06-04 22:04:20 +01:00
|
|
|
{
|
2026-06-20 15:01:03 +01:00
|
|
|
"name": "API",
|
2026-06-04 22:04:20 +01:00
|
|
|
"type": "dotnet",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"projectPath": "${workspaceFolder}/src/Api/Api.csproj"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-06-20 15:01:03 +01:00
|
|
|
"name": "Yavsc.Org",
|
2026-06-04 19:18:28 +01:00
|
|
|
"type": "dotnet",
|
|
|
|
|
"request": "launch",
|
2026-07-06 03:17:23 +01:00
|
|
|
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj",
|
2026-06-15 00:46:50 +01:00
|
|
|
},
|
2026-06-25 00:08:25 +01:00
|
|
|
{
|
|
|
|
|
"name": "Yavsc.Blogs",
|
|
|
|
|
"type": "dotnet",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"projectPath": "${workspaceFolder}/src/Yavsc.Blogs/Yavsc.Blogs.csproj"
|
|
|
|
|
},
|
2026-05-29 01:29:36 +01:00
|
|
|
{
|
|
|
|
|
"name": "PostIt",
|
|
|
|
|
"type": "dotnet",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"projectPath": "${workspaceFolder}/src/PostIt/PostIt.Desktop/PostIt.Desktop.csproj",
|
|
|
|
|
|
2026-08-20 05:27:41 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Test PostIt.Android launch (Xamarin.UITest)",
|
|
|
|
|
"type": "coreclr",
|
|
|
|
|
"request": "launch",
|
2026-08-23 18:34:34 +01:00
|
|
|
"program": "${workspaceFolder}/src/PostIt/PostIt.Tests/bin/Debug/net11.0/PostIt.Tests.dll",
|
2026-08-20 05:27:41 +01:00
|
|
|
"args": [
|
|
|
|
|
],
|
2026-08-23 18:34:34 +01:00
|
|
|
"cwd": "${workspaceFolder}/src/PostIt/PostIt.Tests",
|
2026-08-20 05:27:41 +01:00
|
|
|
"console": "integratedTerminal",
|
|
|
|
|
"stopAtEntry": false
|
2025-03-02 16:53:36 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|