root_uri


Description:

public Uri? root_uri { get; set; }

Deprecated:

in favor of `workspaceFolders`

(Kept for backwards compatibility)

The rootUri of the workspace. Is null if no folder is open. If both `rootPath` and `rootUri` are set `rootUri` wins.