sublimelsp / LSP-css

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

Implement support for css.customData #44

Closed rchl closed 1 year ago

rchl commented 1 year ago

Note that css server can handle reading custom data JSON files itself as long as we provide local URIs instead of local file path while https://github.com/sublimelsp/LSP-html/pull/38 can not do it itself and we need to provide custom request handler that reads the file.