Mirror.Length

This commit is contained in:
2023-07-01 11:32:45 -07:00
parent f0d6fcab1b
commit 131d24882e
16 changed files with 198 additions and 200 deletions

32
.vscode/launch.json vendored
View File

@ -174,6 +174,21 @@
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Mirror-Length",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Mirror-Length/bin/Debug/net7.0/win-x64/Mirror-Length.dll",
"args": [],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"cwd": "${workspaceFolder}",
"console": "externalTerminal",
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Move-By-Id",
"type": "coreclr",
@ -259,23 +274,6 @@
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Save-Image-Info",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Save-Image-Info/bin/Debug/net7.0/win-x64/Save-Image-Info.dll",
"args": [
"s"
],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"cwd": "${workspaceFolder}",
"console": "externalTerminal",
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Set-Created-Date",
"type": "coreclr",