From 5b045f8c4f85dbc9f27b7f78da569add6f7e4105 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 24 Jul 2019 20:26:52 +0200 Subject: [PATCH] Adds "tabnine.tabnine-vscode" to devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",