PlanTempusApp/PTWork.code-workspace
Janus C. H. Knudsen e739ce2ac7 Enhance employee stats view with completed bookings
Adds a new data table to employee detail stats showing completed bookings

Includes:
- Expanded EmployeeDetailStatsViewComponent with booking data
- Updated localization translations for new table labels
- Created mock booking data for demonstration
- Updated .gitignore to simplify temporary file handling
2026-01-13 23:46:38 +01:00

14 lines
No EOL
193 B
Text

{
"folders": [
{
"path": "."
},
{
"path": "../Calendar"
}
],
"settings": {
"liveServer.settings.port": 5501,
"liveServer.settings.multiRootWorkspaceName": "PlanTempus"
}
}