Skip to content

Commit

Permalink
chore: install codespace vscode extensions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino9697 committed Aug 6, 2024
1 parent 6fafcee commit 8ebbc91
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"recommendations": [
"ms-python.flake8",
"ms-python.python",
"donjayamanne.python-environment-manager"
]
}
"recommendations": ["ms-python.flake8", "ms-python.python"],
"github.codespaces.defaultExtensions": [
"ms-python.flake8",
"ms-python.python"
]
}

0 comments on commit 8ebbc91

Please sign in to comment.