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

Updated types with mypy support #55

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

sansmoraxz
Copy link
Contributor

Replacement for #52

Comment on lines +19 to +27
self,
processId: Optional[int] = None,
rootPath: Optional[str] = None,
rootUri: Optional[str] = None,
initializationOptions: Optional[Any] = None,
capabilities: Optional[dict] = None,
trace: Optional[str] = None,
workspaceFolders: Optional[list] = None,
):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We would not need the runtime check if capabilities was reordered to top as required.

@yeger00 yeger00 merged commit 4e92bb4 into yeger00:main Mar 28, 2024
1 check passed
@sansmoraxz sansmoraxz deleted the dev/type_annotation branch March 28, 2024 15:21
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.

2 participants