Skip to content

Commit

Permalink
chore: VSCode extension recommendations; update ignore files.
Browse files Browse the repository at this point in the history
  • Loading branch information
amithm7 committed Jan 25, 2022
1 parent 7090a08 commit e058fa2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.env
.env.example
.github/
.husky/
.vscode/
.prettierrc.json
.prettierignore
Expand All @@ -17,5 +18,6 @@ log/

*.md
LICENSE
run
wrangler.toml
package-lock.json
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/
dist/
node_modules/
worker/
Expand Down
12 changes: 12 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"denoland.vscode-deno",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}

0 comments on commit e058fa2

Please sign in to comment.