diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ee2577a..dedf004 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,6 +9,8 @@ ], "extensions": [ "ms-python.python" + "github.vscode-pull-request-github", + "tabnine.tabnine-vscode" ], "settings": { "python.pythonPath": "/usr/local/bin/python",