Skip to content

Commit

Permalink
keep if already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 6, 2023
1 parent de7e59c commit e129ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@
"ms-python.isort": {
"repository": "https://github.com/microsoft/vscode-isort",
"custom": [
"pyenv install 3.7 && pyenv global 3.7",
"pyenv install -s 3.7 && pyenv global 3.7",
"python -m pip install -U pip",
"python -m pip install wheel",
"python -m pip install nox",
Expand Down

0 comments on commit e129ea8

Please sign in to comment.