created-date-offset (Day-Helper-2025-08-03)

P and J drives
This commit is contained in:
2025-08-03 13:39:51 -07:00
parent e74a0ccdce
commit 8fc4fdb849
4 changed files with 75 additions and 17 deletions

22
.vscode/tasks.json vendored
View File

@ -43,7 +43,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "Format-Whitespaces",
"label": "Format Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
@ -53,7 +53,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "build",
"label": "Build",
"command": "dotnet",
"type": "process",
"args": [
@ -67,7 +67,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "build Linux",
"label": "Build Linux",
"command": "dotnet",
"type": "process",
"args": [
@ -81,7 +81,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "podmanLogin",
"label": "Podman Login",
"command": "podman",
"type": "process",
"args": [
@ -91,7 +91,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "podmanBuild",
"label": "Podman Build",
"command": "podman",
"type": "process",
"args": [
@ -103,7 +103,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "podmanImageList",
"label": "Podman Image List",
"command": "podman",
"type": "process",
"args": [
@ -113,7 +113,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "podmanRun",
"label": "Podman Run",
"command": "podman",
"type": "process",
"args": [
@ -127,7 +127,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "podmanTag",
"label": "Podman Tag",
"command": "podman",
"type": "process",
"args": [
@ -138,7 +138,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "podmanPush",
"label": "Podman Push",
"command": "podman",
"type": "process",
"args": [
@ -148,7 +148,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"label": "Publish",
"command": "dotnet",
"type": "process",
"args": [
@ -160,7 +160,7 @@
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"label": "Watch",
"command": "dotnet",
"type": "process",
"args": [