Skip to content

Commit

Permalink
chore: add vscode recommended extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino9697 committed Aug 25, 2023
1 parent 590131b commit 63fe0f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*/**/__pycache__
.vscode
ciphered_vault
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"ms-python.flake8",
"ms-python.python",
"donjayamanne.python-environment-manager"
]
}

0 comments on commit 63fe0f0

Please sign in to comment.