Files
oki-podcast-reader/.vscode/extensions.json
T

11 lines
256 B
JSON
Raw Normal View History

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"
]
}