Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(server): don't show suggestions in meta values #19

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

EmileRolley
Copy link
Collaborator

Fixes #14

@EmileRolley EmileRolley added enhancement New feature or request server/completion labels Jul 10, 2024
@EmileRolley EmileRolley requested a review from Clemog July 10, 2024 16:51
row: position.line,
// We need to be sure to be in the current node, even if the cursor is
// at the end of the line.
column: position.character - 1,
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah yes bien vu

@EmileRolley EmileRolley merged commit ea1431e into main Jul 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server/completion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable auto-complete only in specific attributes
2 participants