diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 61551f188..e61f5c215 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,8 @@ "--privileged" ], "extensions": [ - "ms-python.python" + "ms-python.python", + "visualstudioexptteam.vscodeintellicode" ], "settings": { "python.pythonPath": "/usr/local/bin/python",