sublimelsp / LSP

Client implementation of the Language Server Protocol for Sublime Text
https://lsp.sublimetext.io/
MIT License
1.61k stars 182 forks source link

Make more use of typing_extensions module #2460

Closed deathaxe closed 1 month ago

deathaxe commented 1 month ago

This commit replaces various homegrown type definitions by imports from typing_extensions module.