sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text
https://sublimelsp.github.io/lsp_utils/
MIT License
16 stars 6 forks source link

fix: exclude .gitattributes and .gitignore from releases #102

Closed deathaxe closed 1 year ago

rchl commented 1 year ago

I've done some fix on master to fix ST4 on Mac at least.

deathaxe commented 1 year ago

Do you know why those tests fail?

rchl commented 1 year ago

Testing on ST3 hasn't been working for a while but I don't care about those really. Testing on ST4 seems flaky. Haven't looked into it though.

rchl commented 1 year ago

ST3 seemed to fail because the latest LSP-pyright release for ST3 is actually not compatible with ST3. I saw some import error related to CompletionInfo type. @jfcherng

jfcherng commented 1 year ago

ST3 seemed to fail because the latest LSP-pyright release for ST3 is actually not compatible with ST3. I saw some import error related to CompletionInfo type. @jfcherng

Fixed and have made a new release for ST 3.