提交 1434f626 编写于 作者: J Johannes Rieken

also feed marker resource into id computation, https://github.com/microsoft/vscode/issues/99140

上级 ce184f32
......@@ -174,7 +174,7 @@ export class MarkersModel {
const index = markersCountByKey.get(key) || 0;
markersCountByKey.set(key, index + 1);
const markerId = this.id(resourceMarkers!.id, key, index);
const markerId = this.id(resourceMarkers!.id, key, index, rawMarker.resource.toString());
let relatedInformation: RelatedInformation[] | undefined = undefined;
if (rawMarker.relatedInformation) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册