Skip to content

Commit

Permalink
Add new VS Code extensions and update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplorerGT92 committed Jan 1, 2024
1 parent 4208b2e commit d6a2862
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.autopep8",
"ms-python.black-formatter",
"ms-python.flake8",
Expand All @@ -31,8 +32,14 @@
"GitHub.vscode-pull-request-github",
"GitHub.remotehub",
"GitHub.github-vscode-theme",
"ms-vscode.live-server"
"ms-vscode.live-server",
"dbaeumer.vscode-eslint",
"ms-vscode-remote.remote-containers",
"GitHub.vscode-pull-request-github",
"GitHub.remotehub",
"charliermarsh.ruff",
"ms-pyright.pyright"
]
}
}
}
}

0 comments on commit d6a2862

Please sign in to comment.