sublimelsp / LSP-css

CSS, SCSS, LESS support for Sublime's LSP plugin
MIT License
37 stars 0 forks source link

Remove typescript from dependencies #35

Closed rchl closed 3 years ago

rchl commented 3 years ago

@jfcherng I see you've handled that already. Just not sure about specifying exact version of typescript. Probably not needed.

jfcherng commented 3 years ago

@jfcherng I see you've handled that already. Just not sure about specifying exact version of typescript. Probably not needed.

True. But I have the reason in the source. https://github.com/sublimelsp/LSP-css/blob/3f902dfaf0e7760109d01a5c1c0077f0a25e767f/language-server/compile-language-server.sh#L58-L59

jfcherng commented 3 years ago

Or maybe grep that version from the VSCode repo and use it 🤔

rchl commented 3 years ago

I suppose leave it at whatever until it breaks. Probably would break on compilation so we would catch it.