Skip to content

Commit

Permalink
Added recommended VSCode extensions and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Apr 9, 2021
1 parent 57dd9ec commit 909cd0e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"recommendations": [
"msjsdiag.debugger-for-chrome",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"ms-vscode.vscode-typescript-next",
"silvenon.mdx",
"esbenp.prettier-vscode",
"jpoissonnier.vscode-styled-components",
"bradlc.vscode-tailwindcss"
]
}
3 changes: 3 additions & 0 deletions client/.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 909cd0e

Please sign in to comment.