2023-02-21 23:55:37 +00:00
|
|
|
{
|
|
|
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
|
|
|
// for the documentation about the extensions.json format
|
|
|
|
|
"recommendations": [
|
2023-03-06 15:25:34 +00:00
|
|
|
"dbaeumer.vscode-eslint",
|
2023-02-21 23:55:37 +00:00
|
|
|
"aaron-bond.better-comments",
|
|
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
|
"gruntfuggly.todo-tree"
|
|
|
|
|
]
|
|
|
|
|
}
|