Skip to content

Commit

Permalink
Updated recommended VS Code extensions
Browse files Browse the repository at this point in the history
Added Angular Language Service & MarkdownLint
  • Loading branch information
ajitzero committed Jul 1, 2023
1 parent 1172449 commit 09163cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"recommendations": [
"nrwl.angular-console",
"angular.ng-template",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint"
"nrwl.angular-console"
]
}

0 comments on commit 09163cc

Please sign in to comment.