code format
This commit is contained in:
parent
ce070453b2
commit
a079c56c08
1 changed files with 41 additions and 43 deletions
84
.vscode/launch.json
vendored
84
.vscode/launch.json
vendored
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
|
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
|
||||||
// Pointez pour afficher la description des attributs existants.
|
// Pointez pour afficher la description des attributs existants.
|
||||||
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
|
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Debug - Android",
|
"name": "Debug - Android",
|
||||||
"type": "mono",
|
"type": "mono",
|
||||||
"preLaunchTask": "run-debug-android",
|
"preLaunchTask": "run-debug-android",
|
||||||
|
|
@ -19,41 +19,39 @@
|
||||||
"address": "localhost",
|
"address": "localhost",
|
||||||
"port": 10000
|
"port": 10000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "API",
|
"name": "API",
|
||||||
"type": "dotnet",
|
"type": "dotnet",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"projectPath": "${workspaceFolder}/src/Api/Api.csproj"
|
"projectPath": "${workspaceFolder}/src/Api/Api.csproj"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Yavsc.Org",
|
"name": "Yavsc.Org",
|
||||||
"type": "dotnet",
|
"type": "dotnet",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj",
|
"projectPath": "${workspaceFolder}/src/Yavsc.Org/Yavsc.Org.csproj",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Yavsc.Blogs",
|
"name": "Yavsc.Blogs",
|
||||||
"type": "dotnet",
|
"type": "dotnet",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"projectPath": "${workspaceFolder}/src/Yavsc.Blogs/Yavsc.Blogs.csproj"
|
"projectPath": "${workspaceFolder}/src/Yavsc.Blogs/Yavsc.Blogs.csproj"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PostIt",
|
"name": "PostIt",
|
||||||
"type": "dotnet",
|
"type": "dotnet",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"projectPath": "${workspaceFolder}/src/PostIt/PostIt.Desktop/PostIt.Desktop.csproj",
|
"projectPath": "${workspaceFolder}/src/PostIt/PostIt.Desktop/PostIt.Desktop.csproj",
|
||||||
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "Test PostIt.Android launch (Xamarin.UITest)",
|
||||||
"name": "Test PostIt.Android launch (Xamarin.UITest)",
|
"type": "coreclr",
|
||||||
"type": "coreclr",
|
"request": "launch",
|
||||||
"request": "launch",
|
"program": "${workspaceFolder}/src/PostIt/PostIt.Tests/bin/Debug/net10.0/PostIt.Tests.dll",
|
||||||
"program": "${workspaceFolder}/src/PostIt/PostIt.Tests/bin/Debug/net10.0/PostIt.Tests.dll",
|
"args": [],
|
||||||
"args": [
|
"cwd": "${workspaceFolder}/src/PostIt/PostIt.Tests",
|
||||||
],
|
"console": "integratedTerminal",
|
||||||
"cwd": "${workspaceFolder}/src/PostIt/PostIt.Tests",
|
"stopAtEntry": false
|
||||||
"console": "integratedTerminal",
|
}
|
||||||
"stopAtEntry": false
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue