Merge branch 'main' into fix/parameter-hints-word-wrap

This commit is contained in:
Matt Bierner
2026-03-11 10:24:21 -07:00
committed by GitHub
2555 changed files with 205612 additions and 37457 deletions

View File

@@ -13,6 +13,8 @@
color: var(--vscode-editorHoverWidget-foreground);
background-color: var(--vscode-editorHoverWidget-background);
border: 1px solid var(--vscode-editorHoverWidget-border);
border-radius: var(--vscode-cornerRadius-large);
box-shadow: var(--vscode-shadow-lg);
}
.hc-black .monaco-editor .parameter-hints-widget,