feat: Bump vscode language server dependencies #521
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The vscode language server dependencies in this extension is 2 major versions behind. There were important changes between v7 and v8.
deactivate
function to the extension to which is now recommended practiceonReady
withonStart
as described in the changelogRemoteConsole
contains functions that are not just log functions.Lots of reports have recently reported that 'stylelint does nothing' - running the extension in debug mode to break on unhandled excpetions, it's easy to see that there is client protocol changes since headers are malformed in many requests.
![image](https://private-user-images.githubusercontent.com/20744592/313262536-4e61cf70-c5e5-4f6c-a850-b05a8a97fe13.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzgxMDYsIm5iZiI6MTczOTEzNzgwNiwicGF0aCI6Ii8yMDc0NDU5Mi8zMTMyNjI1MzYtNGU2MWNmNzAtYzVlNS00ZjZjLWE4NTAtYjA1YThhOTdmZTEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIxNTAwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUzNjVlMDg0ZTA4NGE2YmE5ZTZlZGYxMWZkNTBjMzUzYTFkNzZkNjc5ZjZjZDE4MjFkM2MyNzI3YjhiYzY1OGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZbF2g8RRZ2pwjXQdvf10Ywn6WUEDQWN2fcaBBd5bJfU)
I fixed unit tests errors and checked that integration/e2e tests pass
Fixes #498