2021-10-12 23:29:05 +01:00
|
|
|
{
|
|
|
|
"profiles": {
|
|
|
|
"Selector.CLI": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"environmentVariables": {
|
|
|
|
"DOTNET_ENVIRONMENT": "Development"
|
2021-10-13 23:19:47 +01:00
|
|
|
},
|
|
|
|
"nativeDebugging": true
|
2022-02-18 00:08:42 +00:00
|
|
|
},
|
|
|
|
"Selector.CLI.Scrobble": {
|
|
|
|
"commandName": "Project",
|
2022-03-02 19:12:16 +00:00
|
|
|
"commandLineArgs": "scrobble save -u sarsoo --from \"2022/01/01\"",
|
2022-02-18 00:08:42 +00:00
|
|
|
"environmentVariables": {
|
|
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"nativeDebugging": true
|
|
|
|
},
|
|
|
|
"Selector.CLI.Scrobble.All": {
|
|
|
|
"commandName": "Project",
|
2022-03-02 19:12:16 +00:00
|
|
|
"commandLineArgs": "scrobble save -u sarsoo --from \"2017/01/01\" -p 200 -d 120",
|
2022-02-18 19:47:11 +00:00
|
|
|
"environmentVariables": {
|
|
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"nativeDebugging": true
|
|
|
|
},
|
|
|
|
"Selector.CLI.Scrobble.Clear": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"commandLineArgs": "scrobble clear -u sarsoo --from \"2022/01/01\"",
|
2022-02-18 00:08:42 +00:00
|
|
|
"environmentVariables": {
|
|
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"nativeDebugging": true
|
2022-03-02 19:12:16 +00:00
|
|
|
},
|
|
|
|
"Selector.CLI.Scrobble.Map": {
|
|
|
|
"commandName": "Project",
|
2022-03-03 22:32:29 +00:00
|
|
|
"commandLineArgs": "scrobble map",
|
2022-03-02 19:12:16 +00:00
|
|
|
"environmentVariables": {
|
|
|
|
"DOTNET_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"nativeDebugging": true
|
2021-10-12 23:29:05 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|