Skip to content
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

Adapt to Protocol Level 3.6 #167

Closed
cdietrich opened this issue Mar 9, 2018 · 2 comments
Closed

Adapt to Protocol Level 3.6 #167

cdietrich opened this issue Mar 9, 2018 · 2 comments
Assignees
Milestone

Comments

@cdietrich
Copy link
Contributor

https://github.com/Microsoft/language-server-protocol/blob/master/protocol-changelog.md

@jvalkeal
Copy link

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.

https://github.com/Microsoft/vscode-languageserver-node/blob/583ba3878faa9e550461337afefb1618505a4601/protocol/src/protocol.ts#L796-L803

	/**
	 * 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;

@spoenemann
Copy link
Contributor

I scheduled release 0.4.0 for April 25th, which should include the missing parts of LSP 3.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants