Skip to content

Commit 5725fb4

Browse files
Fix ms-python.mypy-type-checker
Co-authored-by: Ona <[email protected]>
1 parent b028e4d commit 5725fb4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

extensions.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -877,10 +877,9 @@
877877
"ms-python.mypy-type-checker": {
878878
"repository": "https://github.com/microsoft/vscode-mypy",
879879
"custom": [
880-
"python -m venv .venv",
881-
"source .venv/bin/activate",
882-
"python -m pip install nox",
883-
"python -m pip install -t ./bundled/libs --no-cache-dir --no-user --implementation py --no-deps --upgrade -r ./requirements.txt",
880+
"/usr/bin/python3 -m venv .venv",
881+
"source .venv/bin/activate && python -m pip install nox",
882+
"source .venv/bin/activate && python -m pip install -t ./bundled/libs --no-cache-dir --no-user --implementation py --no-deps --upgrade -r ./requirements.txt",
884883
"npm ci --prefer-offline",
885884
"npm run vsce-package"
886885
],

0 commit comments

Comments
 (0)