Skip to content

Custom foreground colors for the editor affects the Debug Console #328634

Description

@mateusabelli

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.131
  • OS Version: Fedora Workstation 44

Its necessary to use these color customizations in order to hide the squiggly lines in vscode. It works, but it is also affecting the Debug Console text, making the text there invisible.

I have tested with all extensions disabled (except golang which is the debugger itself)

Steps to Reproduce:

  1. Use these settings:
  "workbench.colorCustomizations": {
    "editorError.foreground": "#00000000",
    "editorWarning.foreground": "#00000000",
    "editorInfo.foreground": "#00000000",
  }
  1. Then, run a debug session that displays info/warnings text, it will be invisible.
Gravacao.de.tela.de.2026-08-02.18-03-50.mp4

I acknowledge that this is in fact a hack to a missing option that not many users would want (no squiggly lines, but full problems/lsp diagnostics).

However, I think that since the customizations are being made under a editor key, it should not affect anything beyond the editor itself.

At the moment if one sets editorInfo.foreground it will affect by default debugConsole.infoForeground.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions