You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump to new language server protocol version 3.16 with corresponding types. Also bump vscode-languageserver/languageclient.
Caveat: Range/Position is now checked - all lines/columns must be 0 <= X <= MAX_INT, which means we cannot use Range.create on all occasions anymore. We need the temporary creation of invalid positions/ranges to deal with them later case-by-case
### BREAKING CHANGE
vscode extension now requires a minimum vscode version of 1.52.0
0 commit comments