mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
${workspaceRoot} -> ${workspaceFolder}
This commit is contained in:
@@ -118,7 +118,7 @@ namespace FileLocation {
|
||||
case types.FileLocationKind.Absolute:
|
||||
return { kind: Problems.FileLocationKind.Absolute };
|
||||
case types.FileLocationKind.Relative:
|
||||
return { kind: Problems.FileLocationKind.Relative, prefix: '${workspaceRoot}' };
|
||||
return { kind: Problems.FileLocationKind.Relative, prefix: '${workspaceFolder}' };
|
||||
}
|
||||
return { kind: Problems.FileLocationKind.Auto };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user