Skip to content

Commit

Permalink
chore: add some plugins for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 20, 2024
1 parent a110e06 commit 2534f87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"recommendations": ["angular.ng-template"]
"recommendations": [
"nrwl.angular-console",
"angular.ng-template",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 2534f87

Please sign in to comment.