Still Testing

This commit is contained in:
2024-11-08 17:59:42 -07:00
parent 68c2a34096
commit dc9327274b
11 changed files with 439 additions and 20 deletions

24
.vscode/launch.json vendored
View File

@ -13,12 +13,24 @@
"args": [
"s",
"X",
"D:/Tmp/phares/Production__v2_57_0__HGCV1__pcl__Normal",
"D:/5-Other-Small/Kanban-mestsa003/ART-SPS/2024/PI4/Sprint-4.1/126996-User-Story",
"Day-Helper-2024-11-08",
"Bug|User Story",
"D:/5-Other-Small/Kanban-mestsa003/ART-SPS",
"444",
"555",
"666",
"777",
"888",
"999",
"s",
"X",
"D:/5-Other-Small/Kanban-mestsa003/ART-SPS/2024/PI4/Sprint-4.1/126448-User-Story/.files/Production__v2_57_0__HGCV1__pcl__Normal",
"Day-Helper-2024-10-30",
"*.txt",
"s",
"X",
"D:/Tmp/phares/Production__v2_57_0__CDE6__RsM__Normal",
"D:/5-Other-Small/Kanban-mestsa003/ART-SPS/2024/PI4/Sprint-4.1/126448-User-Story/.files/Production__v2_57_0__CDE6__RsM__Normal",
"Day-Helper-2024-10-31",
"*.RsM",
"s",
@ -61,10 +73,10 @@
"request": "attach"
},
{
"type": "node",
"request": "launch",
"name": "node Launch Current Opened File",
"program": "${file}"
"type": "node",
"request": "launch",
"name": "node Launch Current Opened File",
"program": "${file}"
}
]
}