Skip to content

Commit

Permalink
add recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmiglio committed Aug 23, 2024
1 parent 6e453d5 commit e6eb4a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.vscode
cert
node_modules
build
Expand Down
3 changes: 3 additions & 0 deletions .vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!.gitignore
!extensions.json
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"tamasfe.even-better-toml",
"ms-python.python",
"charliermarsh.ruff",
"usernamehw.errorlens"
]
}

0 comments on commit e6eb4a4

Please sign in to comment.