my-chat-room/.vscode/extensions.json

10 lines
200 B
JSON
Raw Permalink Normal View History

2020-10-09 13:32:53 +00:00
{
"recommendations": [
"nrwl.angular-console",
"angular.ng-template",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner"
]
}