You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some debug adapters want to deemphasize Source objects in the UI, e.g. to indicate that the real source is not available or that the source is skipped on stepping.
This request asks for add an optional deemphasize attribute to the Source type.
A front end could use this attribute by rendering the source in a dimmed way.
The text was updated successfully, but these errors were encountered:
/** An optional hint for how to present the source in the UI. A value of 'deemphasize' can be used to indicate that the source is not available or that it is skipped on stepping. */
presentationHint?: 'emphasize'|'deemphasize';
Some debug adapters want to deemphasize Source objects in the UI, e.g. to indicate that the real source is not available or that the source is skipped on stepping.
This request asks for add an optional
deemphasize
attribute to theSource
type.A front end could use this attribute by rendering the source in a dimmed way.
The text was updated successfully, but these errors were encountered: