- Updated project data files to improve formatting and consistency. - Introduced language support with English and Dutch translations. - Implemented language switcher and dark mode toggle in the header and footer. - Enhanced navigation components to utilize internationalized strings. - Refactored layout components to use Grid2 for better responsiveness. - Improved accessibility and usability across various components.
16 lines
421 B
JSON
16 lines
421 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Chrome",
|
|
"request": "launch",
|
|
"type": "chrome",
|
|
"url": "http://localhost:3000",
|
|
"webRoot": "${workspaceFolder}/src"
|
|
}
|
|
]
|
|
}
|