Skip to content

Commit

Permalink
Log correct global settings (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored May 2, 2023
1 parent 8474ad1 commit feb23eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff_lsp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def initialize(params: InitializeParams) -> None:
)
log_to_output(
f"Global settings: "
f"{json.dumps(GLOBAL_SETTINGS, indent=4, ensure_ascii=False)}"
f"{json.dumps(global_settings, indent=4, ensure_ascii=False)}"
)

# Preserve any "global" settings.
Expand Down

0 comments on commit feb23eb

Please sign in to comment.