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
/** The debug adapter will be responsible for escaping newlines in variable values and evaluation results, and the client will display them as-is. If missing or false the client will escape newlines as needed. */
890
+
supportsValueEscaping?: boolean;
889
891
}
890
892
891
893
/** An ExceptionBreakpointsFilter is shown in the UI as an option for configuring how exceptions are dealt with. */
/** The variable's value. For structured objects this can be a multiline text, e.g. for a function the body of a function. */
1064
+
/** The variable's value. This can be a multi-line text, e.g. for a function the body of a function. See capability 'supportsValueEscaping' for details about how to treat newlines in multi-line strings. */
1063
1065
value: string;
1064
1066
/** The type of the variable's value. Typically shown in the UI when hovering over the value. */
0 commit comments