process-data-standard-format with pipes

EDA logic
This commit is contained in:
2025-04-21 13:14:46 -07:00
parent e0298fb8f5
commit ca968eb19a
6 changed files with 238 additions and 79 deletions

View File

@ -5,6 +5,12 @@
"type": "coreclr",
"request": "attach",
"processId": 10528
},
{
"type": "node",
"request": "launch",
"name": "node Launch Current Opened File",
"program": "${file}"
}
]
}