Skip to content

Commit

Permalink
feat: add VSCode extensions suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
bgatellier committed Jun 2, 2024
1 parent 938ead4 commit e2055cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ lib
# OS X temporary files
.DS_Store

# Visual Studio Code
.vscode

# MikroORM temporary directory
modules/*/temp
test/temp
Expand Down
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"moonrepo.moon-console",
"biomejs.biome"
]
}

0 comments on commit e2055cc

Please sign in to comment.