We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7039823 commit 2c4bbaeCopy full SHA for 2c4bbae
src/views/viewBase.ts
@@ -129,8 +129,8 @@ export abstract class ViewBase<
129
}`;
130
} else {
131
item.tooltip.appendMarkdown(
132
- `\n\n---\n\ncontext: \`${item.contextValue}\`\n\nnode: \`${node.toString()}\`${
133
- parent != null ? `\n\nparent: \`${parent.toString()}\`` : ''
+ `\n\n---\n\ncontext: \`${item.contextValue}\`\\\nnode: \`${node.toString()}\`${
+ parent != null ? `\\\nparent: \`${parent.toString()}\`` : ''
134
}`,
135
);
136
}
0 commit comments