Skip to content

Commit

Permalink
add .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Jun 30, 2024
1 parent 3f3cd43 commit e65af35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ typings/
# TernJS port file
.tern-port

# VS code settings
.vscode/

# dist/ directory
dist/

Expand Down
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"biomejs.biome",
"streetsidesoftware.code-spell-checker",
"vitest.explorer"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.*.ts, ${capture}.js"
}
}

0 comments on commit e65af35

Please sign in to comment.