View source
enum abstract EvaluateArgumentsContext(String)
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Variables
inlineread onlyClipboard:EvaluateArgumentsContext = "clipboard"
evaluate is run to generate the value that will be stored in the clipboard. The attribute is only honored by a debug adapter if the capability 'supportsClipboardContext' is true.