Skip to content

Conversation

juleswritescode
Copy link
Collaborator

No description provided.

@juleswritescode juleswritescode marked this pull request as ready for review September 11, 2025 15:16
@juleswritescode juleswritescode changed the base branch from feat/hover-role to main September 11, 2025 15:22
@juleswritescode juleswritescode changed the title Fix/various hover fixes fix(hover): hover multiple statements, hover table in policy/revoke/grant Sep 11, 2025
@@ -742,7 +747,7 @@ impl Workspace for WorkspaceServer {
.next()
{
Some((stmt_id, range, ts_tree, maybe_ast)) => {
let position_in_stmt = params.position + range.start();
let position_in_stmt = params.position - range.start();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this led to errors when we had multiple statements in a file. Only the first could be hovered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant