Skip to content

Commit

Permalink
vscode extensions and settings recommendations/defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
brookgagnon committed May 18, 2024
1 parent 8cda78a commit 207c705
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
.*.swo
*~
*.pyc
.vscode
venv
.venv
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-python.python", // Python extension for VS Code
"ms-python.black-formatter" // Black formatter extension for VS Code
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.defaultFormatter": "ms-python.black-formatter"
}

0 comments on commit 207c705

Please sign in to comment.