Skip to content

Commit

Permalink
feat: Add "Copy S2 from CDS" launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed May 7, 2024
1 parent 33a8236 commit ea786b4
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,44 @@
// },
"enableStepFiltering": false
},
{
"name": "Copy S2 from CDS",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/Stars.Console/bin/Debug/net6.0/Stars.dll",
"args": [
"copy",
"-v",
"-k",
"-r",
"4",
"-nohtml",
"-si",
"CDS",
"--output",
"/tmp/stars",
"https://catalog.terradue.com/sentinel2/search?uid=S2A_MSIL2A_20231126T082251_N0509_R121_T34HBH_20231126T124654"
],
"cwd": "${workspaceFolder}/src",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false,
"logging": {
"moduleLoad": false
},
"justMyCode": false,
"requireExactSource": false,
// "symbolOptions": {
// // "searchPaths": [
// // "/data/workspace/Others/aws-sdk-net/sdk/src"
// // ],
// "searchMicrosoftSymbolServer": true,
// "searchNuGetOrgSymbolServer": true
// },
"enableStepFiltering": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
Expand Down

0 comments on commit ea786b4

Please sign in to comment.