rename extpath.normalize to extpath.normalizeWithSlash

This commit is contained in:
Martin Aeschlimann
2019-02-15 16:08:34 +01:00
parent 92a61b8d16
commit a06dbfc3f2
12 changed files with 87 additions and 103 deletions

View File

@@ -90,7 +90,7 @@ export class OutputLinkComputer {
const workspaceFolderPath = workspaceFolder.scheme === 'file' ? workspaceFolder.fsPath : workspaceFolder.path;
const workspaceFolderVariants = arrays.distinct([
path.normalize(workspaceFolderPath),
extpath.normalize(workspaceFolderPath)
extpath.normalizeWithSlashes(workspaceFolderPath)
]);
workspaceFolderVariants.forEach(workspaceFolderVariant => {