Files
mesa-fi-backlog/Adaptation/.vscode/settings.json
phares@iscn5cg20977xq 68c3a8b5f3 Refactor and clean up file handling and processing logic
- 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.
2025-08-29 15:45:23 -07:00

55 lines
1.6 KiB
JSON

{
"[markdown]": {
"editor.wordWrap": "off"
},
"cSpell.words": [
"datauniqueid",
"Epuipment",
"EQPT",
"headerid",
"Idrv",
"Infineon",
"ipdsf",
"Irng",
"ISMTP",
"JOBID",
"kanbn",
"messa",
"messv",
"pdsf",
"pdsfc",
"PPID",
"Rcpe",
"RESIMAPCDE",
"Rsens",
"signalr",
"Smpl",
"Villach",
"Vrng",
"VSTS",
"Weightest",
"WSJF"
],
"coverage-gutters.coverageBaseDir": "../../../../MESAFIBACKLOG/05_TestResults/TestResults/**",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#5d8f9e",
"activityBar.activeBorder": "#dacec5",
"activityBar.background": "#5d8f9e",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#78476d",
"activityBarBadge.foreground": "#e7e7e7",
"sash.hoverBorder": "#5d8f9e",
"statusBar.background": "#4a727e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#5d8f9e",
"statusBarItem.remoteBackground": "#4a727e",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#4a727e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#4a727e99",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#4a727e"
}