Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
tweak: caution reporting for wip auto rename in lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
marsninja committed Aug 24, 2024
1 parent 3b7cee7 commit 3c4c458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaclang/langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def rename(
ls: JacLangServer, params: lspt.RenameParams
) -> Optional[lspt.WorkspaceEdit]:
"""Rename symbol."""
ls.log_warning("Auto Rename is Experimental, Please use with caution.")
return ls.rename_symbol(params.text_document.uri, params.position, params.new_name)


Expand Down

0 comments on commit 3c4c458

Please sign in to comment.