Skip to content

Commit

Permalink
Set mypy-type-checker.preferDaemon to false
Browse files Browse the repository at this point in the history
mypy-type-checker currently has a bug where errors detected by dmypy don't show up (python/mypy#15677) so don't use it until this is fixed.
  • Loading branch information
yukw777 authored Jun 19, 2024
1 parent 40d6dd6 commit e33bd25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@
"--force-exclude",
"/(\\\\.direnv|\\\\.eggs|\\\\.git|\\\\.hg|\\\\.mypy_cache|\\\\.nox|\\\\.tox|\\\\.venv|venv|\\\\.svn|_build|buck-out|build|dist)/"
],
"mypy-type-checker.preferDaemon": true,
"mypy-type-checker.importStrategy": "fromEnvironment"
}

0 comments on commit e33bd25

Please sign in to comment.