- Removed the FileRead class from Adaptation.FileHandlers.SPaCe as it was no longer needed. - Updated TypeScript and JavaScript files to improve the handling of work item updates, including new checks for WeightedShortestJobFirstFibonacci. - Modified the MESAFIBACKLOG.yml to remove unnecessary file copy tasks. - Enhanced the FileRead class in Adaptation.Shared to improve directory searching logic. - Added XML generation functionality to ProcessDataStandardFormat, allowing for better data representation. - Updated ProcessDataStandardFormatMapping to streamline the creation of mapping instances. - Cleaned up the project file by removing references to obsolete file handlers.
43 lines
925 B
JSON
43 lines
925 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"mode": "debug",
|
|
"name": "Go launch file",
|
|
"program": "${file}",
|
|
"request": "launch",
|
|
"type": "go"
|
|
},
|
|
{
|
|
"name": "node Launch Current Opened File",
|
|
"program": "${file}",
|
|
"request": "launch",
|
|
"type": "node"
|
|
},
|
|
{
|
|
"cwd": "${workspaceFolder}",
|
|
"internalConsoleOptions": "neverOpen",
|
|
"name": "Debug File",
|
|
"program": "${file}",
|
|
"request": "launch",
|
|
"stopOnEntry": false,
|
|
"type": "bun",
|
|
"watchMode": false
|
|
},
|
|
{
|
|
"cwd": "${workspaceFolder}",
|
|
"internalConsoleOptions": "neverOpen",
|
|
"name": "Run File",
|
|
"noDebug": true,
|
|
"program": "${file}",
|
|
"request": "launch",
|
|
"type": "bun",
|
|
"watchMode": false
|
|
},
|
|
{
|
|
"name": ".NET Core Attach",
|
|
"processId": 32760,
|
|
"request": "attach",
|
|
"type": "coreclr"
|
|
}
|
|
]
|
|
} |