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 c89324c commit de3c6c9Copy full SHA for de3c6c9
src/vs/workbench/contrib/interactiveSession/browser/media/interactiveSession.css
@@ -274,6 +274,10 @@
274
color: var(--vscode-errorForeground) !important; /* Have to override default styles which apply to all lists */
275
}
276
277
+.interactive-session .interactive-response .interactive-response-error-details .codicon-info {
278
+ color: var(--vscode-notificationsInfoIcon-foreground) !important; /* Have to override default styles which apply to all lists */
279
+}
280
+
281
.interactive-session .interactive-item-container .value .interactive-slash-command {
282
color: var(--vscode-textLink-foreground);
283
0 commit comments