Skip to content

Commit deaa7b5

Browse files
committed
test
1 parent c69be93 commit deaa7b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylsp_mypy/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def apply_overrides(args: List[str], overrides: List[Any]) -> List[str]:
128128

129129
def didSettingsChange(workspace: str, settings: Dict[str, Any]) -> None:
130130
"""Handle relevant changes to the settings between runs."""
131+
log.warning(settingsCache)
131132
configSubPaths = settings.get("config_sub_paths", [])
132133
if settingsCache[workspace].get("config_sub_paths", []) != configSubPaths:
133134
mypyConfigFile = findConfigFile(

0 commit comments

Comments
 (0)