sublimelsp / LSP-css

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

Remote stylesheets #32

Open rwols opened 3 years ago

rwols commented 3 years ago

Here's a fun challenge. How would one get the setting css.remoteStyleSheets to work? It is mentioned in this stackoverflow question: https://stackoverflow.com/questions/35213941/how-to-add-intellisense-to-visual-studio-code-for-bootstrap

jfcherng commented 3 years ago

Is that from official VSCode's CSS language server?


Update

Ah, in the SO thread, someone said

You need to change "css.remoteStyleSheets" to >> "css.styleSheets" and it will work – StudioX Jan 5 at 10:13

But it then looks like it's the plugin doing it itself, rather than the CSS server does it.