diff options
author | 2021-09-15 19:54:44 -0500 | |
---|---|---|
committer | 2021-09-15 19:54:44 -0500 | |
commit | 3d67a305dd5f7a572aa71648c0c1b8b710304bbd (patch) | |
tree | 344c0c2ab818ce31809263231c11928899a76bcf | |
parent | chore: small quotation change (diff) |
removed vscode.extensions due to errors
-rw-r--r-- | .gitpod.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index ca1b5456..a10e6e26 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,3 @@ tasks: before: "pyenv install 3.9.6 && pyenv global 3.9.6" init: "pip install poetry && export PIP_USER=false" command: "poetry install && poetry run pre-commit install" - -vscode: - extensions: - - ms-python.python |