We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd83d6 commit 141e668Copy full SHA for 141e668
_specifications/specification-3-16.md
@@ -1506,14 +1506,16 @@ interface InitializeParams extends WorkDoneProgressParams {
1506
* The rootPath of the workspace. Is null
1507
* if no folder is open.
1508
*
1509
- * @deprecated in favour of rootUri.
+ * @deprecated in favour of `rootUri`.
1510
*/
1511
rootPath?: string | null;
1512
1513
/**
1514
* The rootUri of the workspace. Is null if no
1515
* folder is open. If both `rootPath` and `rootUri` are set
1516
* `rootUri` wins.
1517
+ *
1518
+ * @deprecated in favour of `workspaceFolders`
1519
1520
rootUri: DocumentUri | null;
1521
0 commit comments