Skip to content

Conversation

@jwortmann
Copy link
Member

Fixes #2651.

return False

def has_capability(self, capability: str) -> bool:
def has_capability(self, capability: str, *, include_local: bool = False) -> bool:
Copy link
Member

Choose a reason for hiding this comment

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

I'm just thinking whether "local" wording is clear enough... Would it be better to say include_views or include_buffers?

Copy link
Member

Choose a reason for hiding this comment

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

Or even more specific check_views / check_buffers?

@netlify
Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for sublime-lsp ready!

Name Link
🔨 Latest commit c16d7e6
🔍 Latest deploy log https://app.netlify.com/projects/sublime-lsp/deploys/68dee9c84474ed0008414964
😎 Deploy Preview https://deploy-preview-2652--sublime-lsp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jwortmann jwortmann merged commit bf57ef5 into sublimelsp:main Oct 2, 2025
8 checks passed
@jwortmann jwortmann deleted the fix-inlay-hint-toggle branch October 9, 2025 18:39
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.

Toggle Inlay Hints menu item doesn't work correctly when server registers capability dynamically

2 participants