Skip to content

Commit

Permalink
Added ms-python.mypy-type-checker
Browse files Browse the repository at this point in the history
Co-authored-by: Jean Pierre <jeanp413@hotmail.com>
  • Loading branch information
filiptronicek and jeanp413 committed Jul 11, 2023
1 parent 728a760 commit 29e50c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,18 @@
],
"extensionFile": "isort.vsix"
},
"ms-python.mypy-type-checker": {
"repository": "https://github.com/microsoft/vscode-mypy",
"custom": [
"python -m venv .venv",
"source .venv/bin/activate",
"python -m pip install nox",
"python -m pip install -t ./bundled/libs --no-cache-dir --no-user --implementation py --no-deps --upgrade -r ./requirements.txt",
"npm ci --prefer-offline",
"npm run vsce-package"
],
"extensionFile": "mypy.vsix"
},
"ms-python.pylint": {
"repository": "https://github.com/microsoft/vscode-pylint",
"custom": [
Expand Down

0 comments on commit 29e50c6

Please sign in to comment.