Skip to content

Commit

Permalink
chore: add project extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 28, 2023
1 parent 62b1e18 commit 334fc7e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"editorconfig.editorconfig",
"ms-python.python"
"njpwerner.autodocstring",
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.vscode-pylance",
"ms-python.python",
"donjayamanne.python-environment-manager",
"charliermarsh.ruff",
"bungcip.better-toml"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
"unwantedRecommendations": []
}

0 comments on commit 334fc7e

Please sign in to comment.