interface Data {
    current?: {
        name: string;
        workspaceFolderUri?: string;
    };
}

Properties

Properties

current?: {
    name: string;
    workspaceFolderUri?: string;
}

Type declaration

  • name: string
  • Optional workspaceFolderUri?: string