diff options
author | 2021-09-14 17:18:55 -0500 | |
---|---|---|
committer | 2021-09-14 17:18:55 -0500 | |
commit | 57daa223af5503f30d86052cce35cb14bb0264be (patch) | |
tree | 78b29745e25a639b938abbdf160cb3a6b7abee70 | |
parent | Update .gitpod.yml (diff) |
chore: added vscode extensions to .gitpod.yml
-rw-r--r-- | .gitpod.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 3925d8f3..138bb8bd 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -5,3 +5,8 @@ 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 |