diff --git a/README.md b/README.md index 9a627bf..ce50a3a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ There are several settings you can configure to customize the behavior of this e mypy-type-checker.reportingScope file (experimental) Controls the scope of Mypy's problem reporting. If set to file, Mypy will limit its problem reporting to the files currently open in the editor. If set to workspace, Mypy will extend its problem reporting to include all files within the workspace. - If set to >custom, Mypy will only report problems for files specified in the [Mypy configuration](https://mypy.readthedocs.io/en/stable/config_file.html#confval-files) + If set to custom, Mypy will only report problems for files specified in the [Mypy configuration](https://mypy.readthedocs.io/en/stable/config_file.html#confval-files) mypy-type-checker.preferDaemon