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.