We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ms-python.mypy-type-checker
1 parent b028e4d commit 5725fb4Copy full SHA for 5725fb4
extensions.json
@@ -877,10 +877,9 @@
877
"ms-python.mypy-type-checker": {
878
"repository": "https://github.com/microsoft/vscode-mypy",
879
"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",
+ "/usr/bin/python3 -m venv .venv",
+ "source .venv/bin/activate && python -m pip install nox",
+ "source .venv/bin/activate && python -m pip install -t ./bundled/libs --no-cache-dir --no-user --implementation py --no-deps --upgrade -r ./requirements.txt",
884
"npm ci --prefer-offline",
885
"npm run vsce-package"
886
],
0 commit comments