Skip to content

vsls:/ URIs are converted to file:/ URIs on the way to analysis server, causes issues with Live Share #4652

Closed
@DanTup

Description

@DanTup

If you open a project in Live Share, we get a root folder of vsls:/, but this code here converts it to file:///:

const fileUri = vs.Uri.file(fsPath(uri, { useRealCasing: !!config.normalizeFileCasing })).toString();

This results in the server analyzing the entire disk.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions