diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ee2577a..906fb42 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,8 @@ "GIT_EDTIOR='code --wait'" ], "extensions": [ - "ms-python.python" + "ms-python.python", + "tabnine.tabnine-vscode" ], "settings": { "python.pythonPath": "/usr/local/bin/python",