Skip to content

Commit

Permalink
chore: add .gitpod.yml and recommended vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jul 20, 2022
1 parent eb55acf commit 8cab72f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tasks:
- init: pnpm install && pnpm run build
4 changes: 4 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"],
"unwantedRecommendations": []
}

0 comments on commit 8cab72f

Please sign in to comment.