-
Notifications
You must be signed in to change notification settings - Fork 1
Update the latest vscode-css-languageserver #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the latest vscode-css-languageserver #2
Conversation
We have to compile it from the source by ourselves. - https://github.com/jfcherng/vscode-css-languageserver-bin/tree/sublime-text - mattn/vim-lsp-settings#48 Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
|
Using latest LSP version, it looks like it has problems getting configuration: Possibly due to recent changes to |
|
Added this to default settings: And it got rid of the error. |
#2 (comment) Signed-off-by: Jack Cherng <[email protected]>
|
BTW. Here is configuration that vscode sends: VSCode configurationAlso, is it strange that it doesn't include |
Signed-off-by: Jack Cherng <[email protected]>
I just tested. It seems supporting Sass (indent style) 🤔 But since I am not a Sass user so I am not quite sure. |
|
I also want to flatten configuration a bit and remove duplication in settings, like I did for sublimelsp/LSP-json#8 but that can be done separately. Figured I'd mention since you are doing some refactoring there. |
I just feel that the configuration now is too long to write it along with logic codes together. 😄 |
Nice. I guess we can just copy it to have the same default behavior with VSC? |
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
This reverts commit 43bf806. Signed-off-by: Jack Cherng <[email protected]>
#2 (comment) Signed-off-by: Jack Cherng <[email protected]>
|
For both PRs also please:
|
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
I assume |
At least when |
Signed-off-by: Jack Cherng <[email protected]>
Signed-off-by: Jack Cherng <[email protected]>
Just like how it's done in sublimelsp/LSP-json#8 Signed-off-by: Jack Cherng <[email protected]>
predragnikolic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Thanks @jfcherng
Doing the same thing with sublimelsp/LSP-html#3 but for the css server. There seems to be no formatting functionality available.
We have to compile it from the source by ourselves.
Now, it supports

Only
Code Actionsis available before this PR.