vscode-java
vscode-java copied to clipboard
JavaDoc rendering does not preserve white-space in code blocks.
According to everything I can find, preserving white-space in a JavaDoc should work with a code block, pre tag, or tt tag.
However, when using {@code 10/2021 - CURRENT} in a JavaDoc, the extra space is not preserved in the rendered tool-tip.