mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
rename extpath.normalize to extpath.normalizeWithSlash
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user