aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-09-14 17:24:29 -0500
committerGravatar Kronifer <[email protected]>2021-09-14 17:24:29 -0500
commiteca8bcebf7c47de7fa661009df583fe79b95334e (patch)
treea3e75f2fb85827844a35166b64b0375e4b950824 /.gitpod.yml
parentchore: added vscode extensions to .gitpod.yml (diff)
test
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 138bb8bd..3925d8f3 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -5,8 +5,3 @@ tasks:
PIP_USER: false
init: pip install poetry
command: poetry install && poetry run pre-commit install
-
-vscode:
- extensions:
- - ms-python.vscode-pylance
- - ms-python.python