We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab26122 commit a316c00Copy full SHA for a316c00
1 file changed
plugin/dev_environment/interfaces.py
@@ -48,7 +48,7 @@ def _inject_extra_paths(
48
*,
49
settings: DottedDict,
50
paths: Iterable[str | Path],
51
- operation: Literal["append", "prepend", "replace"] = "prepend",
+ operation: Literal["append", "prepend", "replace"] = "append",
52
) -> None:
53
"""Injects the given `paths` to `XXX.analysis.extraPaths` setting."""
54
current_paths: list[str] = settings.get(SERVER_SETTING_ANALYSIS_EXTRAPATHS) or []
0 commit comments