Skip to content

Commit

Permalink
chore: share vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed Aug 28, 2024
1 parent bca25bc commit 995fd6c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## editors
/.idea
/.vscode
## disable this line one commit before changing contents that should be shared
# /.vscode
/*.code-workspace
/.history

Expand Down Expand Up @@ -60,4 +61,6 @@ __output

## generate-package-exports tests
packages/ui/new-exports/
packages/ui/test-exports/
packages/ui/test-exports/


8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"mskelton.npm-outdated",
"runem.lit-plugin",
]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
},
"prettier.prettierPath": "node_modules/prettier"
}

0 comments on commit 995fd6c

Please sign in to comment.