Skip to content

Commit 141e668

Browse files
committed
Fixes #957: rootUri deprecated or not?
1 parent dcd83d6 commit 141e668

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_specifications/specification-3-16.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,14 +1506,16 @@ interface InitializeParams extends WorkDoneProgressParams {
15061506
* The rootPath of the workspace. Is null
15071507
* if no folder is open.
15081508
*
1509-
* @deprecated in favour of rootUri.
1509+
* @deprecated in favour of `rootUri`.
15101510
*/
15111511
rootPath?: string | null;
15121512

15131513
/**
15141514
* The rootUri of the workspace. Is null if no
15151515
* folder is open. If both `rootPath` and `rootUri` are set
15161516
* `rootUri` wins.
1517+
*
1518+
* @deprecated in favour of `workspaceFolders`
15171519
*/
15181520
rootUri: DocumentUri | null;
15191521

0 commit comments

Comments
 (0)