Skip to content

Commit 4a0060c

Browse files
Update VSCode settings to enhance Python development environment
Added configuration for mypy type checker to use a specific config file and set the default environment manager to venv. These changes aim to improve type checking and streamline the Python development workflow in Visual Studio Code.
1 parent ce7acab commit 4a0060c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"mypy-type-checker.args": ["--config-file=pyproject.toml"],
3+
"python-envs.defaultEnvManager": "ms-python.python:venv",
24
"python.testing.pytestArgs": ["tests"],
35
"python.testing.pytestEnabled": true,
46
"python.testing.unittestEnabled": false

0 commit comments

Comments
 (0)