feat: update workspace settings with font size configuration and recommended extensions
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user