rootPath property

String? get rootPath

The uri of the first entry of {@linkcode workspace.workspaceFoldersworkspaceFolders} as string. undefined if there is no first entry.

Refer to https://code.visualstudio.com/docs/editor/workspaces for more information on workspaces.

Implementation

_i2.String? get rootPath => _i4.getProperty(
      this,
      'rootPath',
    );