vscode-comment-anchors icon indicating copy to clipboard operation
vscode-comment-anchors copied to clipboard

displayTagName vs displayInSidebar

Open scott-vsi opened this issue 1 year ago • 0 comments

What is the difference between displayTagName and displayInSidebar? It seems like displayTagName would hide the tag name from the sidebar, but you actually suggest using displayInSidebar in this comment. Looking at the implementation, it looks like displayInSidebar == false is equivalent to displayInSidebar == true && displayTagName == false

scott-vsi avatar Mar 08 '23 17:03 scott-vsi