-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
According to the spec, there are now four categories:
category?: 'console' | 'stdout' | 'stderr' | 'telemetry' | string;
I don't know how other editors treat these, but in vscode console
, stdout
and stderr
all go to the same place (Debug Console). And they are usually used for target's output as well as continuous logging from the debugger or client. That stream of messages can be a lot to process and critical things can go unnoticed. It would be quite useful if there was an additional category that received special emphasis and could be used for extra critical one-off messages that really need to stand out and not get overlooked by the user. Additional context is here: microsoft/vscode#111718.
fbrosseau
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality