Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions