From 356c0ee0d46e1d8ff148b862a80cdb706b96d1a8 Mon Sep 17 00:00:00 2001 From: Akiff Manji Date: Thu, 18 Apr 2024 08:45:15 -0700 Subject: [PATCH] chore: revert changes to devcontainer config Signed-off-by: Akiff Manji --- plugins/.devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/.devcontainer/devcontainer.json b/plugins/.devcontainer/devcontainer.json index b1b2bb5b3..5f4604231 100644 --- a/plugins/.devcontainer/devcontainer.json +++ b/plugins/.devcontainer/devcontainer.json @@ -37,8 +37,7 @@ }, "python.formatting.provider": "black", "python.formatting.blackArgs": [], - "python.venvFolders": ["~.cache/virtualenvs"], - "extensions.verifySignature": false + "python.venvFolders": ["~.cache/virtualenvs"] }, "extensions": [ "ms-python.python",