Theia API Documentation v1.65.0
    Preparing search index...
    workspaceFile: Uri | undefined

    The location of the workspace file, for example:

    file:///Users/name/Development/myProject.code-workspace

    Depending on the workspace that is opened, the value will be:

    • undefined when no workspace or a single folder is opened
    • the path of the workspace file as Uri otherwise.

    Note: it is not advised to use workspace.workspaceFile to write configuration data into the file.