mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Preserve whitespace inside parameter hints code blocks
Fixes #142446 This matches what we already do for hovers
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
font-family: var(--monaco-monospace-font);
|
||||
}
|
||||
|
||||
.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,
|
||||
.monaco-editor .parameter-hints-widget .docs .code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user