mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
link -> target for #11847
This commit is contained in:
@@ -55,7 +55,7 @@ export class MainThreadDiagnostics implements MainThreadDiagnosticsShape {
|
||||
}
|
||||
}
|
||||
if (marker.code && typeof marker.code !== 'string') {
|
||||
marker.code.link = URI.revive(marker.code.link);
|
||||
marker.code.target = URI.revive(marker.code.target);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user