Skip to content

Commit

Permalink
Merge pull request #38 from hudsonbrendon/feat/vscode-recommendations
Browse files Browse the repository at this point in the history
feat: add extensions recommendations
  • Loading branch information
hudsonbrendon authored Jan 3, 2025
2 parents a86e7f5 + 672882b commit 6e24084
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"ms-python.debugpy",
"ms-python.python",
"ms-python.vscode-pylance",
"charliermarsh.ruff"
]
}

0 comments on commit 6e24084

Please sign in to comment.