feat: update workspace settings with font size configuration and recommended extensions

This commit is contained in:
louiscklaw
2025-06-18 10:32:12 +08:00
parent 7a6014a115
commit 60ecca48b4

View File

@@ -22,5 +22,17 @@
"path": "98_AI_workspace"
}
],
"settings": {}
}
"settings": {
"editor.fontSize": 15
},
"extensions": {
"recommendations": [
"streetsidesoftware.code-spell-checker",
"onatm.open-in-new-window",
"Prisma.prisma",
"humao.rest-client",
"Gruntfuggly.todo-tree",
"esbenp.prettier-vscode"
]
}
}