11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"aaron-bond.better-comments",
|
|
"esbenp.prettier-vscode",
|
|
"gruntfuggly.todo-tree"
|
|
]
|
|
}
|