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
Yeah it'd be a good to know plans for this. Noticed this when poking around vscode-languageserver-node that rootUri in InitializeParams is now deprecated. For some reason this deprecation is not reflected to api samples in a spec.
/**
* The rootUri of the workspace. Is null if no
* folder is open. If both `rootPath` and `rootUri` are set
* `rootUri` wins.
*
* @deprecated in favour of workspaceFolders.
*/
rootUri: string | null;
https://github.com/Microsoft/language-server-protocol/blob/master/protocol-changelog.md
The text was updated successfully, but these errors were encountered: